Bluetooth: Audio: Volume Offset Control Service and Client
This commit implements the secondary service Volume Offset Control Service (VOCS) server and client. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
cdd02a99a1
commit
ed2162c700
10 changed files with 1692 additions and 0 deletions
9
subsys/bluetooth/audio/CMakeLists.txt
Normal file
9
subsys/bluetooth/audio/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_link_libraries(subsys__bluetooth)
|
||||
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue