Bluetooth: controller: Fix assert during DLE
Fix assert in controller checking ticker_id_prepare = 0 when a scanner and connection are active, and the connection is skipping events in order to resize Rx buffers. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
6d272a17f4
commit
17b05526ba
1 changed files with 1 additions and 0 deletions
|
@ -8504,6 +8504,7 @@ static void event_connection_prepare(u32_t ticks_at_expire,
|
||||||
* lets skip this event and try in the next
|
* lets skip this event and try in the next
|
||||||
* event.
|
* event.
|
||||||
*/
|
*/
|
||||||
|
_radio.ticker_id_prepare = 0U;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_BT_CTLR_DATA_LENGTH */
|
#endif /* CONFIG_BT_CTLR_DATA_LENGTH */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue