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: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-06-23 18:30:24 +02:00 committed by Carles Cufí
commit 4281843fd7

View file

@ -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
************************