Skip to content

Commit

Permalink
doc: release-notes-3.7: Add more details for Bluetooth HCI drivers
Browse files Browse the repository at this point in the history
Make sure all added (and removed) HCI drivers are mentioned, and also
provide a reference to the new HCI driver API.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg authored and aescolar committed Jul 23, 2024
1 parent 541479c commit 099209b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ Kernel

Bluetooth
*********

* Audio

* Removed ``err`` from :c:struct:`bt_bap_broadcast_assistant_cb.recv_state_removed` as it was
Expand Down Expand Up @@ -348,10 +349,15 @@ Bluetooth
:kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` now depend on
:kconfig:option:`CONFIG_BT_CONN` as they do not work without connections.

* HCI Driver
* HCI Drivers

* Completely redesigned HCI driver interface. See the Bluetooth HCI section in
:ref:`migration_3.7` for more information.
* Added support for Ambiq Apollo3 Blue series.
* Added support for NXP platforms.
* Added support for Infineon CYW208XX.
* Added support for Renesas SmartBond DA1469x.
* Removed unmaintained B91 driver.

Boards & SoC Support
********************
Expand Down

0 comments on commit 099209b

Please sign in to comment.