diff --git a/doc/releases/migration-guide-3.7.rst b/doc/releases/migration-guide-3.7.rst index d39890f43cf..4d40baa6f4e 100644 --- a/doc/releases/migration-guide-3.7.rst +++ b/doc/releases/migration-guide-3.7.rst @@ -428,11 +428,12 @@ Bluetooth Audio =============== * :kconfig:option:`CONFIG_BT_ASCS`, :kconfig:option:`CONFIG_BT_PERIPHERAL` and - :kconfig:option:`CONFIG_BT_ISO_PERIPHERAL` are not longer `select`ed automatically when + :kconfig:option:`CONFIG_BT_ISO_PERIPHERAL` are no longer enabled automatically when enabling :kconfig:option:`CONFIG_BT_BAP_UNICAST_SERVER`, and these must now be set explicitly in the project configuration file. (:github:`71993`) -* The discover callback functions :code:`bt_cap_initiator_cb.unicast_discovery_complete`` and - :code:`bt_cap_commander_cb.discovery_complete`` for CAP now contain an additional parameter for + +* The discover callback functions :code:`bt_cap_initiator_cb.unicast_discovery_complete` and + :code:`bt_cap_commander_cb.discovery_complete` for CAP now contain an additional parameter for the set member. This needs to be added to all instances of CAP discovery callback functions defined. (:github:`72797`)