We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2debf commit 7b9dafcCopy full SHA for 7b9dafc
src/platform/silabs/BLEManagerImpl.h
@@ -80,7 +80,7 @@ class BLEManagerImpl final : public BLEManager, private BleLayer, private BlePla
80
81
#if CHIP_ENABLE_ADDITIONAL_DATA_ADVERTISING
82
#if (SLI_SI91X_ENABLE_BLE || RSI_BLE_ENABLE)
83
- static void HandleC3ReadRequest(SilabsBleWrapper::sl_wfx_msg_t * rsi_ble_read_req);
+ static void HandleC3ReadRequest(const SilabsBleWrapper::sl_wfx_msg_t & rsi_ble_read_req);
84
#else
85
86
static void HandleC3ReadRequest(volatile sl_bt_msg_t * evt);
0 commit comments