Searched refs:gtbs (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | ccp.rst | 46 [<{instance_index, gtbs}>] <interval> 47 originate :Originate a call [<{instance_index, gtbs}>] 49 terminate :terminate a call [<{instance_index, gtbs}>] 51 accept :Accept a call [<{instance_index, gtbs}>] <id> 53 gtbs}>] <id> 55 gtbs}>] <id> 57 gtbs}>] 58 read_bearer_uci :Read the bearer UCI [<{instance_index, gtbs}>] 60 gtbs}>] 62 [<{instance_index, gtbs}>] [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | tbs_test.c | 337 .gtbs = true, in init() 384 .gtbs = false, in init()
|
D | cap_initiator_broadcast_test.c | 194 .gtbs = true, in init()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | tbs.c | 76 .gtbs = true, in cmd_tbs_init() 98 .gtbs = false, in cmd_tbs_init()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 490 bool gtbs; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 1539 LOG_DBG("Could not register %sTBS: %d", param->gtbs ? "G" : "", ret); in tbs_inst_init_and_register() 1615 if (CONFIG_BT_TBS_BEARER_COUNT == 0 && !param->gtbs) { in valid_register_param() 1634 if (param->gtbs && inst_is_registered(>bs_inst)) { in bt_tbs_register_bearer() 1640 if (!param->gtbs && !inst_is_registered(>bs_inst)) { in bt_tbs_register_bearer() 1646 if (param->gtbs) { in bt_tbs_register_bearer()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_ccp.c | 1171 .gtbs = true, in tester_init_tbs() 1180 .gtbs = false, in tester_init_tbs()
|