Skip to content

Commit 7b9dafc

Browse files
committed
Resolve build error for 917NCP
1 parent 3d2debf commit 7b9dafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/BLEManagerImpl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class BLEManagerImpl final : public BLEManager, private BleLayer, private BlePla
8080

8181
#if CHIP_ENABLE_ADDITIONAL_DATA_ADVERTISING
8282
#if (SLI_SI91X_ENABLE_BLE || RSI_BLE_ENABLE)
83-
static void HandleC3ReadRequest(SilabsBleWrapper::sl_wfx_msg_t * rsi_ble_read_req);
83+
static void HandleC3ReadRequest(const SilabsBleWrapper::sl_wfx_msg_t & rsi_ble_read_req);
8484
#else
8585
#if CHIP_ENABLE_ADDITIONAL_DATA_ADVERTISING
8686
static void HandleC3ReadRequest(volatile sl_bt_msg_t * evt);

0 commit comments

Comments
 (0)