Home
last modified time | relevance | path

Searched refs:uri_schemes_supported (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ccp_call_control_server/src/
Dmain.c86 .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/
Dccp_call_control_server.c35 .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()
Dtbs.c75 .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/
Dccp_call_control_server_test.c57 .uri_schemes_supported = "tel,skype", in init()
102 .uri_schemes_supported = "tel,skype", in init()
Dtbs_test.c336 .uri_schemes_supported = "tel,skype", in init()
383 .uri_schemes_supported = "tel,skype", in init()
Dcap_initiator_broadcast_test.c181 .uri_schemes_supported = "tel,skype", in init()
/Zephyr-latest/samples/bluetooth/ccp_call_control_server/src/
Dmain.c160 .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/
Dtbs.h483 char *uri_schemes_supported; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c1170 .uri_schemes_supported = "tel,skype", in tester_init_tbs()
1179 .uri_schemes_supported = "tel,skype", in tester_init_tbs()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c1952 (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()