Skip to content

Commit

Permalink
Added restyler changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Feb 2, 2024
1 parent cfc4116 commit e9a2727
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 @@ -478,7 +478,7 @@ bool BLEManagerImpl::SendIndication(BLE_CONNECTION_OBJECT conId, const ChipBleUU
PacketBufferHandle data)
{
int32_t status = 0;
status = rsi_ble_indicate_value(event_msg.resp_enh_conn.dev_addr, event_msg.rsi_ble_measurement_hndl, (data->DataLength()),
status = rsi_ble_indicate_value(event_msg.resp_enh_conn.dev_addr, event_msg.rsi_ble_measurement_hndl, (data->DataLength()),
data->Start());

ChipLogProgress(DeviceLayer, "StartTimer start");
Expand Down

0 comments on commit e9a2727

Please sign in to comment.