Home
last modified time | relevance | path

Searched refs:new_technology (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h420 int bt_tbs_set_bearer_technology(uint8_t bearer_index, uint8_t new_technology);
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c2051 int bt_tbs_set_bearer_technology(uint8_t bearer_index, uint8_t new_technology) in bt_tbs_set_bearer_technology() argument
2055 if (new_technology < BT_TBS_TECHNOLOGY_3G || new_technology > BT_TBS_TECHNOLOGY_WCDMA) { in bt_tbs_set_bearer_technology()
2061 if (inst->technology == new_technology) { in bt_tbs_set_bearer_technology()
2065 inst->technology = new_technology; in bt_tbs_set_bearer_technology()