Searched refs:BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD (Results 1 – 3 of 3) sorted by relevance
69 case BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD: in bt_tbs_state_str()
1239 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()
66 #define BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD 0x06 macro