commit | c09c4181cf6d55a6817d2bda90660ca49e806fc5 | [log] [tgz] |
---|---|---|
author | Mariusz Skamra <mariusz.skamra@codecoup.pl> | Fri Jul 07 14:09:19 2023 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jul 18 11:06:57 2023 +0000 |
tree | f9f2565f0134b44bf665ba3e1b9b0fcb197c5848 | |
parent | 650a0d8331573224917949f7e53c54910ced7930 [diff] |
Bluetooth: audio: tbs_client: Minor Kconfig refactor This intoduces dedicated Kconfig option to enable TBS client, that makes the configuration more intuitive. While configuring GTBS only, the user does not have to explicitly set the BT_TBS_CLIENT_MAX_TBS_INSTANCES to 0 to disable the TBS client functionality. This adds also `tbs_only_client` test case to test the TBS only build option. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>