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:
parent
c140053654
commit
b1b61babec
1 changed files with 4 additions and 3 deletions
|
@ -428,11 +428,12 @@ Bluetooth Audio
|
||||||
===============
|
===============
|
||||||
|
|
||||||
* :kconfig:option:`CONFIG_BT_ASCS`, :kconfig:option:`CONFIG_BT_PERIPHERAL` and
|
* :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
|
enabling :kconfig:option:`CONFIG_BT_BAP_UNICAST_SERVER`, and these must now be set explicitly
|
||||||
in the project configuration file. (:github:`71993`)
|
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.
|
the set member.
|
||||||
This needs to be added to all instances of CAP discovery callback functions defined.
|
This needs to be added to all instances of CAP discovery callback functions defined.
|
||||||
(:github:`72797`)
|
(:github:`72797`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue