Searched refs:uri_schemes_supported (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/ccp_call_control_server/src/ |
D | main.c | 86 .uri_schemes_supported = "tel", in register_default_bearer() 116 .uri_schemes_supported = "tel", in ZTEST_F() 145 .uri_schemes_supported = "tel", in ZTEST_F() 163 .uri_schemes_supported = "tel", in ZTEST_F() 181 .uri_schemes_supported = "tel", in ZTEST_F() 205 .uri_schemes_supported = "tel", in ZTEST_F()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | ccp_call_control_server.c | 35 .uri_schemes_supported = "tel,skype", in cmd_ccp_call_control_server_init() 57 .uri_schemes_supported = "tel,skype", in cmd_ccp_call_control_server_init()
|
D | tbs.c | 75 .uri_schemes_supported = "tel,skype", in cmd_tbs_init() 97 .uri_schemes_supported = "tel,skype", in cmd_tbs_init()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | ccp_call_control_server_test.c | 57 .uri_schemes_supported = "tel,skype", in init() 102 .uri_schemes_supported = "tel,skype", in init()
|
D | tbs_test.c | 336 .uri_schemes_supported = "tel,skype", in init() 383 .uri_schemes_supported = "tel,skype", in init()
|
D | cap_initiator_broadcast_test.c | 181 .uri_schemes_supported = "tel,skype", in init()
|
/Zephyr-latest/samples/bluetooth/ccp_call_control_server/src/ |
D | main.c | 160 .uri_schemes_supported = "tel,skype", in init_ccp_call_control_server() 191 .uri_schemes_supported = "tel,skype", in init_ccp_call_control_server()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 483 char *uri_schemes_supported; member
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_ccp.c | 1170 .uri_schemes_supported = "tel,skype", in tester_init_tbs() 1179 .uri_schemes_supported = "tel,skype", in tester_init_tbs()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 1952 (void)utf8_lcpy(inst->uri_scheme_list, param->uri_schemes_supported, in tbs_inst_init_and_register() 2026 if (param->uri_schemes_supported == NULL) { in valid_register_param()
|