Bluetooth: Audio: Add CAP initiator skeleton
Add skeleton for the expected APIs and implementation. May be subject to change as implementation progresses. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
4bcc880670
commit
760177b1be
8 changed files with 460 additions and 2 deletions
|
@ -57,4 +57,5 @@ 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)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_CAP_ACCEPTOR cap.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_CAP_INITIATOR cap_initiator.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue