zephyr/subsys/bluetooth/controller/hci
Carles Cufi 8c2b849ae7 Bluetooth: hci: Fix Create Connection Cancel assert
Since the LE (Enhanced) Connection Complete that comes as part of
cancelling a connection does not come through the priority rx thread in
hci_driver.c, the event class was not being calculated and cached.
Hence, calculate and cache the class whenever an event is received as
part of invoking a command.

Fixes #20110.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-10-24 20:33:59 +02:00
..
nordic Bluetooth: controller: Fix ifdef block comment 2019-08-15 11:53:59 +02:00
hci.c Bluetooth: controller: Handle remote version as a prio event 2019-10-11 13:31:52 +02:00
hci_driver.c Bluetooth: hci: Fix Create Connection Cancel assert 2019-10-24 20:33:59 +02:00
hci_internal.h Bluetooth: controller: Handle remote version as a prio event 2019-10-11 13:31:52 +02:00
hci_user_ext.h Bluetooth: controller: hci: Add user hooks. 2019-07-17 13:53:13 +02:00