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:
Emil Gydesen 2021-11-26 22:54:13 +01:00 committed by Carles Cufí
commit ab4056ad8a
4 changed files with 2646 additions and 0 deletions

View file

@ -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)