File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ Bluetooth Controller
125
125
* :kconfig:option: `CONFIG_BT_CTRL_ADV_ADI_IN_SCAN_RSP ` to
126
126
:kconfig:option: `CONFIG_BT_CTLR_ADV_ADI_IN_SCAN_RSP `
127
127
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
+
128
131
.. zephyr-keep-sorted-start re(^\w)
129
132
130
133
Bluetooth Audio
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ Deprecated APIs and options
74
74
75
75
* :kconfig:option: `CONFIG_POSIX_READER_WRITER_LOCKS ` is deprecated. Use :kconfig:option: `CONFIG_POSIX_RW_LOCKS ` instead.
76
76
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
+
77
80
New APIs and options
78
81
====================
79
82
You can’t perform that action at this time.
0 commit comments