doc: release-notes: Add BT auth_cb stable API change

The usage of the struct bt_auth_cb has changed significantly
with a breaking change.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2022-03-09 09:44:25 +01:00 committed by Marti Bolivar
commit 52a6cc4473

View file

@ -52,6 +52,9 @@ Bluetooth
* The enum bt_l2cap_chan_state values BT_L2CAP_CONNECT and BT_L2CAP_DISCONNECT
has been renamed to BT_L2CAP_CONNECTING and BT_L2CAP_DISCONNECTING.
* Moved the callbacks :c:func:`pairing_complete`, :c:func:`pairing_failed` and
:c:func:`bond_delete` from the `struct bt_auth_cb` to a newly created
informational-only callback `struct bt_auth_info_cb`.
New APIs in this release
========================