Commit 4281843f authored by Joakim Andersson's avatar Joakim Andersson Committed by Carles Cufi
Browse files

doc: relnotes: Add release notes for updated HCI driver event handling



Add release notes for updated HCI driver event handling for calling the
bt_recv() and bt_recv_prio() functions when delivering HCI events to
the host.

Signed-off-by: default avatarJoakim Andersson <joakim.andersson@nordicsemi.no>
parent a52c442f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -233,6 +233,11 @@ Bluetooth

* BLE split software Controller:

* HCI Driver:

  * bt_hci_evt_is_prio() removed, use bt_hci_evt_get_flags() instead when
    CONFIG_BT_RECV_IS_RX_THREAD is defined and call bt_recv and bt_recv_prio
    when their flag is set, otherwise always call bt_recv().

Build and Infrastructure
************************