Implemented BLE Quiet.

This commit is contained in:
Joe Kearney 2025-07-19 19:21:36 -05:00
parent fcd88a5ae1
commit da96046eda
3 changed files with 3 additions and 2 deletions

View file

@ -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

File diff suppressed because one or more lines are too long