Skip to content

Commit 2950473

Browse files
committed
Updated the timer handlle
1 parent e9a2727 commit 2950473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/rs911x/BLEManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ CHIP_ERROR BLEManagerImpl::_Init()
299299
pdMS_TO_TICKS(BLE_SEND_INDICATION_TIMER_PERIOD_MS), // == default timer period
300300
false, // no timer reload (==one-shot)
301301
(void *) this, // init timer id = ble obj context
302-
BleAdvTimeoutHandler // timer callback handler
302+
BleSendIndicationTimeoutHandler // timer callback handler
303303
);
304304

305305
mFlags.ClearAll().Set(Flags::kAdvertisingEnabled, CHIP_DEVICE_CONFIG_CHIPOBLE_ENABLE_ADVERTISING_AUTOSTART);

0 commit comments

Comments
 (0)