We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a2727 commit 2950473Copy full SHA for 2950473
src/platform/silabs/rs911x/BLEManagerImpl.cpp
@@ -299,7 +299,7 @@ CHIP_ERROR BLEManagerImpl::_Init()
299
pdMS_TO_TICKS(BLE_SEND_INDICATION_TIMER_PERIOD_MS), // == default timer period
300
false, // no timer reload (==one-shot)
301
(void *) this, // init timer id = ble obj context
302
- BleAdvTimeoutHandler // timer callback handler
+ BleSendIndicationTimeoutHandler // timer callback handler
303
);
304
305
mFlags.ClearAll().Set(Flags::kAdvertisingEnabled, CHIP_DEVICE_CONFIG_CHIPOBLE_ENABLE_ADVERTISING_AUTOSTART);
0 commit comments