doc: Migration guide: Fix bad formatting for LE Audio

The two items for LE Audio had some formatting issues.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2024-05-27 12:32:57 +02:00 committed by Henrik Brix Andersen
commit b1b61babec

View file

@ -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`)