Skip to content

Commit aea7696

Browse files
mbolivar-nordicMaureenHelm
authored andcommitted
doc: releases: fix location of "new APIs" content for v3.1.0
This needs to be in the "API changes" section, instead of in a "Bluetooth" section where it currently is. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 5889b5b commit aea7696

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -282,27 +282,6 @@ Deprecated in this release
282282
Stable API changes in this release
283283
==================================
284284

285-
Bluetooth
286-
*********
287-
288-
* Host
289-
290-
* The :c:enum:`bt_l2cap_chan_state` values ``BT_L2CAP_CONNECT`` and
291-
``BT_L2CAP_DISCONNECT`` have been renamed to ``BT_L2CAP_CONNECTING`` and
292-
``BT_L2CAP_DISCONNECTING`` respectively.
293-
294-
* The callbacks :c:func:`pairing_complete`, :c:func:`pairing_failed`, and
295-
:c:func:`bond_delete` have been moved from struct :c:struct:`bt_auth_cb` to a
296-
newly created informational-only callback struct :c:struct:`bt_conn_auth_info_cb`.
297-
298-
* :c:func:`bt_conn_index` now takes a ``const struct bt_conn*`` argument.
299-
300-
* The :c:struct:`bt_gatt_subscribe_params` structure's ``write`` callback
301-
function has been deprecated. Use the new ``subscribe`` callback
302-
instead.
303-
304-
* :c:func:`bt_disable` was added to enable the caller to disable the Bluetooth stack.
305-
306285
New APIs in this release
307286
========================
308287

@@ -331,6 +310,27 @@ New APIs in this release
331310

332311
* Added support for enabling/disabling CAN-FD mode at runtime using :c:macro:`CAN_MODE_FD`.
333312

313+
Bluetooth
314+
*********
315+
316+
* Host
317+
318+
* The :c:enum:`bt_l2cap_chan_state` values ``BT_L2CAP_CONNECT`` and
319+
``BT_L2CAP_DISCONNECT`` have been renamed to ``BT_L2CAP_CONNECTING`` and
320+
``BT_L2CAP_DISCONNECTING`` respectively.
321+
322+
* The callbacks :c:func:`pairing_complete`, :c:func:`pairing_failed`, and
323+
:c:func:`bond_delete` have been moved from struct :c:struct:`bt_auth_cb` to a
324+
newly created informational-only callback struct :c:struct:`bt_conn_auth_info_cb`.
325+
326+
* :c:func:`bt_conn_index` now takes a ``const struct bt_conn*`` argument.
327+
328+
* The :c:struct:`bt_gatt_subscribe_params` structure's ``write`` callback
329+
function has been deprecated. Use the new ``subscribe`` callback
330+
instead.
331+
332+
* :c:func:`bt_disable` was added to enable the caller to disable the Bluetooth stack.
333+
334334
Kernel
335335
******
336336

0 commit comments

Comments
 (0)