Bluetooth: Audio: Add Telephone Bearer Service server
Add the telephone bearer service server implementation. This support multiple service instances as well as the generic telephone bearer service, but is still a work in progress and should be treated as such. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
9f886c9cf6
commit
2a08b9e73c
7 changed files with 3408 additions and 0 deletions
|
@ -32,6 +32,8 @@ if (CONFIG_BT_CSIS OR CONFIG_BT_CSIS_CLIENT)
|
|||
zephyr_library_sources(csis_crypto.c)
|
||||
endif()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_TBS tbs.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_MCC mcc.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_MCS mcs.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue