Bluetooth: Audio: Add Telephone Bearer Service client
Add a client for the telephone bearer service (TBS). Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
500a1792b8
commit
ab4056ad8a
4 changed files with 2646 additions and 0 deletions
|
@ -34,6 +34,8 @@ endif()
|
|||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_TBS tbs.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_TBS_CLIENT tbs_client.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