Implemented BLE Quiet.
This commit is contained in:
parent
fcd88a5ae1
commit
da96046eda
3 changed files with 3 additions and 2 deletions
|
@ -330,7 +330,7 @@ SystemKResult_T BLE_StopAdvertising(void)
|
|||
|
||||
static void Unquiet_Timer_Callback(TimerHandle_t xTimer)
|
||||
{
|
||||
KLOG_INFO(TAG, "Unquiet timer expired after %lu ms.", (xTimerGetPeriod(xTimer) / portTICK_PERIOD_MS));
|
||||
KLOG_INFO(TAG, "Quiet time expired after %lu ms.", (xTimerGetPeriod(xTimer) * portTICK_PERIOD_MS));
|
||||
BLE_Unquiet();
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c514219ccc3978fa27bb7925a85ce826c37e6e63
|
||||
Subproject commit 1a27af361debcf8e62017f406379f3561e4b2a6e
|
1
managed_components/espressif__mdns/CHECKSUMS.json
Normal file
1
managed_components/espressif__mdns/CHECKSUMS.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue