Bluetooth: Audio: Add coordinated sets identification service server
Adds the coordinated set identification service (CSIS) server. 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
613ff42277
commit
d55aeb4a1e
11 changed files with 1698 additions and 0 deletions
|
@ -25,3 +25,6 @@ zephyr_library_sources_ifdef(CONFIG_BT_MICS_CLIENT mics_client.c)
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue