Bluetooth: Audio: Add coordinated sets identification service client
Adds the coordinated set identification service (CSIS) client. This is still a work in progress and thus there are no public API for it yet, and some code changes will still be needed. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
d55aeb4a1e
commit
c7b49cf1e4
5 changed files with 1631 additions and 2 deletions
|
@ -27,4 +27,7 @@ zephyr_library_sources_ifdef(CONFIG_BT_CCID ccid.c)
|
|||
zephyr_library_link_libraries(subsys__bluetooth)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_CSIS csis.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_CSIS csis_crypto.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_CSIS_CLIENT csis_client.c)
|
||||
if (CONFIG_BT_CSIS OR CONFIG_BT_CSIS_CLIENT)
|
||||
zephyr_library_sources(csis_crypto.c)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue