Searched refs:BT_TBS_CALL_STATE_INCOMING (Results 1 – 3 of 3) sorted by relevance
57 case BT_TBS_CALL_STATE_INCOMING: in bt_tbs_state_str()
853 if (call->state == BT_TBS_CALL_STATE_INCOMING) { in accept_call()902 } else if (call->state == BT_TBS_CALL_STATE_INCOMING) { in tbs_hold_call()1004 if (call_state == BT_TBS_CALL_STATE_INCOMING) { in join_calls()1023 } else if (call_state == BT_TBS_CALL_STATE_INCOMING) { in join_calls()2005 call = call_alloc(inst, BT_TBS_CALL_STATE_INCOMING, (uint8_t *)from, strlen(from)); in bt_tbs_remote_incoming()
45 #define BT_TBS_CALL_STATE_INCOMING 0x00 macro