You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sdh: ble: add assert condition when pulling BLE events
When an SoC event triggers the SoftDevice handler to pull events,
if BLE is not enabled, sd_ble_evt_get() can return an undocumented
error code: BLE_ERROR_NOT_ENABLED.
In that case, we don't want to assert.
Signed-off-by: Emanuele Di Santo <[email protected]>
0 commit comments