Home
last modified time | relevance | path

Searched refs:BT_TBS_TECHNOLOGY_WCDMA (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dccp_call_control_server.c61 .technology = (i % BT_TBS_TECHNOLOGY_WCDMA) + 1, in cmd_ccp_call_control_server_init()
Dtbs.c101 .technology = (i % BT_TBS_TECHNOLOGY_WCDMA) + 1, in cmd_tbs_init()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dccp_call_control_server_test.c106 .technology = (i % BT_TBS_TECHNOLOGY_WCDMA) + 1, in init()
Dtbs_test.c387 .technology = (i % BT_TBS_TECHNOLOGY_WCDMA) + 1, in init()
/Zephyr-latest/samples/bluetooth/ccp_call_control_server/src/
Dmain.c195 .technology = (i % BT_TBS_TECHNOLOGY_WCDMA) + 1, in init_ccp_call_control_server()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h149 case BT_TBS_TECHNOLOGY_WCDMA: in bt_tbs_technology_str()
Dtbs.c2032 if (!IN_RANGE(param->technology, BT_TBS_TECHNOLOGY_3G, BT_TBS_TECHNOLOGY_WCDMA)) { in valid_register_param()
2656 if (new_technology < BT_TBS_TECHNOLOGY_3G || new_technology > BT_TBS_TECHNOLOGY_WCDMA) { in bt_tbs_set_bearer_technology()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h166 #define BT_TBS_TECHNOLOGY_WCDMA 0x09 macro