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:
Vinayak Kariappa Chettimada 2019-06-28 13:32:48 +05:30 committed by Alberto Escolar
commit 17b05526ba

View file

@ -8504,6 +8504,7 @@ static void event_connection_prepare(u32_t ticks_at_expire,
* lets skip this event and try in the next
* event.
*/
_radio.ticker_id_prepare = 0U;
return;
}
#endif /* CONFIG_BT_CTLR_DATA_LENGTH */