@@ -282,27 +282,6 @@ Deprecated in this release
282282Stable 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-
306285New 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+
334334Kernel
335335******
336336
0 commit comments