doc: migration-guide-3.7: Mention Bluetooth HCI related changes

Mention the changes to Bluetooth HCI Kconfig options and one
semi-private API (bt_read_static_addr).

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
Johan Hedberg 2024-05-10 17:58:00 +03:00 committed by Anas Nashif
commit 3032321938

View file

@ -156,6 +156,15 @@ Analog-to-Digital Converter (ADC)
Bluetooth HCI
=============
* The ``BT_HCI_VS_EXT`` Kconfig option was deleted and the feature is now included in the
:kconfig:option:`BT_HCI_VS` Kconfig option.
* The ``BT_HCI_VS_EVT`` Kconfig option was removed, since vendor event support is implicit if
the :kconfig:option:`BT_HCI_VS` option is enabled.
* The bt_read_static_addr() API was removed. This wasn't really a completely public API, but
since it was exposed by the public hci_driver.h header file the removal is mentioned here.
Enable the :kconfig:option:`BT_HCI_VS` Kconfig option instead, and use vendor specific HCI
commands API to get the Controller's Bluetooth static address when available.
Charger
=======