Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h149 case BT_TBS_TECHNOLOGY_WCDMA: in bt_tbs_technology_str()
Dtbs.c1603 if (!IN_RANGE(param->technology, BT_TBS_TECHNOLOGY_3G, BT_TBS_TECHNOLOGY_WCDMA)) { in valid_register_param()
2055 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
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c387 .technology = (i % BT_TBS_TECHNOLOGY_WCDMA) + 1, in init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs.c101 .technology = (i % BT_TBS_TECHNOLOGY_WCDMA) + 1, in cmd_tbs_init()