HomeSort by relevance Sort by last modified time
    Searched refs:expected_rsp (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 163 p_port->rfc.expected_rsp |= RFC_RSP_PN;
212 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY;
214 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
258 p_port->rfc.expected_rsp |= RFC_RSP_MSC;
285 p_port->rfc.expected_rsp |= RFC_RSP_MSC;
309 p_port->rfc.expected_rsp |= RFC_RSP_RLS;
rfc_port_fsm.c 189 p_port->rfc.expected_rsp = 0;
391 p_port->rfc.expected_rsp = 0;
558 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & RFC_RSP_PN))
561 p_port->rfc.expected_rsp &= ~RFC_RSP_PN;
618 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY)))
625 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY)
627 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY;
642 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
650 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN;
670 p_port->rfc.expected_rsp |= RFC_RSP_RPN
    [all...]
port_int.h 133 UINT8 expected_rsp; member in struct:t_rfc_port

Completed in 842 milliseconds