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:
parent
484fe3f06c
commit
3032321938
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue