Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_port_if.c178 p_port->rfc.expected_rsp |= RFC_RSP_PN; in RFCOMM_ParNegReq()
232 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY; in RFCOMM_PortNegReq()
234 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortNegReq()
283 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_ControlReq()
315 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_FlowReq()
344 p_port->rfc.expected_rsp |= RFC_RSP_RLS; in RFCOMM_LineStatusReq()
Drfc_port_fsm.c189 p_port->rfc.expected_rsp = 0; in rfc_port_sm_sabme_wait_ua()
391 p_port->rfc.expected_rsp = 0; in rfc_port_sm_opened()
558 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) in rfc_process_pn()
561 p_port->rfc.expected_rsp &= ~RFC_RSP_PN; in rfc_process_pn()
618 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) in rfc_process_rpn()
625 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) in rfc_process_rpn()
627 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY; in rfc_process_rpn()
642 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
650 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()
670 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
[all …]
Dport_int.h133 UINT8 expected_rsp; member