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:
parent
a52c442fc7
commit
4281843fd7
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue