-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ameba] Fix BLE advertising interval (#19751)
* [BLE] Fix BLE advertising interval - T=0 to T=30, interval should be between 20ms to 60ms - T=30 to T=15min, interval should be between 150ms to 1200ms - Stop ble adv after 15min - Start timer when SetAdvertisingEnabled is called - Added methods to handle 30s-timer and 15min-timer - Set relevant flags in the timer handlers before calling DriveBLEState * [Restyle] Restyle clang-format
- Loading branch information
Showing
2 changed files
with
70 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters