Bluetooth: Audio: Volume Control Service and client
This commit implements the volume control service (VCS) and client, The implementation supports and uses the Audio Input Control Service (AICS) and Volume Offset Control Service (VOCS) secondary services. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
a9e900dbfd
commit
82a32f5ca5
14 changed files with 4528 additions and 2 deletions
|
@ -9,3 +9,8 @@ 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)
|
||||
|
||||
if (CONFIG_BT_VCS OR CONFIG_BT_VCS_CLIENT)
|
||||
zephyr_library_sources(vcs.c)
|
||||
endif()
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_VCS_CLIENT vcs_client.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue