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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue