doc: releases: Add note for CONFIG_BT_CONN_TX_NOTIFY_WQ
Change adds a release note informing about the newly introduced Kconfig option for Bluetooth stack. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
parent
341f1f502d
commit
bc5f1c8186
|
@ -107,6 +107,9 @@ Bluetooth
|
|||
|
||||
* Added API :c:func:`bt_gatt_get_uatt_mtu` to get current Unenhanced ATT MTU of a given
|
||||
connection (experimental).
|
||||
* Added :kconfig:option:`CONFIG_BT_CONN_TX_NOTIFY_WQ`.
|
||||
The option allows using a separate workqueue for connection TX notify processing
|
||||
(:c:func:`bt_conn_tx_notify`) to make Bluetooth stack more independent from the system workqueue.
|
||||
|
||||
* The host now disconnects from the peer upon ATT timeout.
|
||||
|
||||
|
|
Loading…
Reference in New Issue