Bluetooth: Audio: Audio Input Control Service and client
This commit implements the secondary service Audio Input Control Service (AICS) server and client. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
74a5ed7a23
commit
2016509756
9 changed files with 2485 additions and 2 deletions
|
@ -4,3 +4,8 @@ if (CONFIG_BT_VOCS OR CONFIG_BT_VOCS_CLIENT)
|
|||
zephyr_library_sources(vocs.c)
|
||||
endif()
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_VOCS_CLIENT vocs_client.c)
|
||||
|
||||
if (CONFIG_BT_AICS OR CONFIG_BT_AICS_CLIENT)
|
||||
zephyr_library_sources(aics.c)
|
||||
endif()
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_AICS_CLIENT aics_client.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue