Bluetooth: Audio: Add CAP acceptor
Adding the CAP Acceptor role, which is a quite simple role. The role instantiates the Common Audio Service (CAS) The role will later be expanded to properly support the use the Coordinated Set Member role via CSIS. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
bd707b4e11
commit
2c6358c9c9
5 changed files with 54 additions and 0 deletions
|
@ -56,3 +56,4 @@ zephyr_library_sources_ifdef(CONFIG_BT_BASS bass.c)
|
|||
zephyr_library_sources_ifdef(CONFIG_BT_BASS_CLIENT bass_client.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_HAS has.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_HAS_CLIENT has_client.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_CAP cap.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue