Skip to content

Commit 109b127

Browse files
committed
Added restyler changes
1 parent 90efbff commit 109b127

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
@@ -487,7 +487,7 @@ bool BLEManagerImpl::SendIndication(BLE_CONNECTION_OBJECT conId, const ChipBleUU
487487
{
488488
int32_t status = 0;
489489
status = rsi_ble_indicate_value(event_msg.resp_enh_conn.dev_addr, event_msg.rsi_ble_measurement_hndl, (data->DataLength()),
490-
data->Start());
490+
data->Start());
491491

492492
// start timer for light indication confirmation. Long delay for spake2 indication
493493
DeviceLayer::SystemLayer().StartTimer(chip::System::Clock::Milliseconds32(BLE_SEND_INDICATION_TIMER_PERIOD_MS),

0 commit comments

Comments
 (0)