Searched refs:BT_TBS_CALL_STATE_REMOTELY_HELD (Results 1 – 4 of 4) sorted by relevance
67 case BT_TBS_CALL_STATE_REMOTELY_HELD: in bt_tbs_state_str()
1238 } else if (call_state == BT_TBS_CALL_STATE_REMOTELY_HELD) { in hold_other_calls()1300 } else if (call->state == BT_TBS_CALL_STATE_REMOTELY_HELD) { in tbs_hold_call()1326 call->state = BT_TBS_CALL_STATE_REMOTELY_HELD; in retrieve_call()1418 joined_calls[i]->state = BT_TBS_CALL_STATE_REMOTELY_HELD; in join_calls()2418 call->state = BT_TBS_CALL_STATE_REMOTELY_HELD; in bt_tbs_remote_hold()2459 if (call->state == BT_TBS_CALL_STATE_REMOTELY_HELD) { in bt_tbs_remote_retrieve()
64 #define BT_TBS_CALL_STATE_REMOTELY_HELD 0x05 macro
531 WAIT_FOR_COND(call_state == BT_TBS_CALL_STATE_REMOTELY_HELD); in test_main()