Bluetooth: CAP: Add reference to the set member for CAP discover

Since the CSIP API expects a set member struct for nearly all
functionality, the reference to the full set member (along with
the CAS specific CSIS) should be given to the application.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2024-05-15 14:08:48 +02:00 committed by Johan Hedberg
commit f58ac3476f
17 changed files with 59 additions and 15 deletions

View file

@ -312,6 +312,11 @@ Bluetooth Audio
:kconfig:option:`CONFIG_BT_ISO_PERIPHERAL` are not longer `select`ed 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 set member.
This needs to be added to all instances of CAP discovery callback functions defined.
(:github:`72797`)
Bluetooth Classic
=================