We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4620fb commit 73b5433Copy full SHA for 73b5433
src/platform/silabs/rs911x/wfx_sl_ble_init.cpp
@@ -121,7 +121,7 @@ void rsi_ble_on_enhance_conn_status_event(rsi_ble_event_enhance_conn_status_t *
121
*/
122
void rsi_ble_on_disconnect_event(rsi_ble_event_disconnect_t * resp_disconnect, uint16_t reason)
123
{
124
- bleEvent.eventType = RSI_BLE_DISCONN_EVENT;
+ bleEvent.eventType = RSI_BLE_DISCONN_EVENT;
125
bleEvent.eventData->reason = reason;
126
BlePostEvent(&bleEvent);
127
}
0 commit comments