Home
last modified time | relevance | path

Searched refs:BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h69 case BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD: in bt_tbs_state_str()
Dtbs.c1239 inst->calls[i].state = BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD; in hold_other_calls()
1301 call->state = BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD; in tbs_hold_call()
1325 } else if (call->state == BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD) { in retrieve_call()
1405 call_state != BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD && in join_calls()
1417 } else if (call_state == BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD) { in join_calls()
2421 call->state = BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD; in bt_tbs_remote_hold()
2462 } else if (call->state == BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD) { in bt_tbs_remote_retrieve()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h66 #define BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD 0x06 macro