Skip to content

Commit

Permalink
Updated the timer handlle
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Feb 2, 2024
1 parent e9a2727 commit 2950473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/rs911x/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ CHIP_ERROR BLEManagerImpl::_Init()
pdMS_TO_TICKS(BLE_SEND_INDICATION_TIMER_PERIOD_MS), // == default timer period
false, // no timer reload (==one-shot)
(void *) this, // init timer id = ble obj context
BleAdvTimeoutHandler // timer callback handler
BleSendIndicationTimeoutHandler // timer callback handler
);

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

0 comments on commit 2950473

Please sign in to comment.