Skip to content

Commit 3749fc9

Browse files
committed
doc: Releases: Add notes about deprecated bt_ctlr_set_public_addr
The function has been marked for deprecation. Add entries in the release notes and migration guide. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 24fe129 commit 3749fc9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ Bluetooth Controller
125125
* :kconfig:option:`CONFIG_BT_CTRL_ADV_ADI_IN_SCAN_RSP` to
126126
:kconfig:option:`CONFIG_BT_CTLR_ADV_ADI_IN_SCAN_RSP`
127127

128+
* :c:func:`bt_ctlr_set_public_addr` is deprecated. To set the public Bluetooth device address,
129+
sending a vendor specific HCI command with :c:struct:`bt_hci_cp_vs_write_bd_addr` can be used.
130+
128131
.. zephyr-keep-sorted-start re(^\w)
129132
130133
Bluetooth Audio

doc/releases/release-notes-4.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Deprecated APIs and options
7474

7575
* :kconfig:option:`CONFIG_POSIX_READER_WRITER_LOCKS` is deprecated. Use :kconfig:option:`CONFIG_POSIX_RW_LOCKS` instead.
7676

77+
* :c:func:`bt_ctlr_set_public_addr` is deprecated in favor of using
78+
:c:struct:`bt_hci_cp_vs_write_bd_addr` for setting the public Bluetooth device address.
79+
7780
New APIs and options
7881
====================
7982

0 commit comments

Comments
 (0)