mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
nimble/ll: Fix assert on scan start
LL_STATE_BIG was not handled properly when trying to start scan window.
This commit is contained in:
@@ -1134,6 +1134,11 @@ ble_ll_scan_event_proc(struct ble_npl_event *ev)
|
||||
ble_ll_state_set(BLE_LL_STATE_STANDBY);
|
||||
}
|
||||
break;
|
||||
#if MYNEWT_VAL(BLE_LL_ISO_BROADCASTER)
|
||||
case BLE_LL_STATE_BIG:
|
||||
start_scan = false;
|
||||
break;
|
||||
#endif
|
||||
case BLE_LL_STATE_STANDBY:
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user