Implemented BLE Quiet.
This commit is contained in:
parent
c514219ccc
commit
1a27af361d
5 changed files with 68 additions and 6 deletions
|
@ -34,8 +34,7 @@ static TickType_t xBLEConfigurationResponseTimerPeriod = 3000 / portTICK_PERIOD_
|
|||
|
||||
static void BLEConfigurationResponseTimerCallback(TimerHandle_t xTimer)
|
||||
{
|
||||
// Don't send HELLO packets once configuration has started.
|
||||
BLE_StopAdvertising();
|
||||
BLE_UpdateHelloPacket();
|
||||
}
|
||||
|
||||
#define MAX_MENU_DEPTH 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue