Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_port_if.c161 p_port->rfc.expected_rsp |= RFC_RSP_PN; in RFCOMM_ParNegReq()
210 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY; in RFCOMM_PortNegReq()
212 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortNegReq()
256 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_ControlReq()
283 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_FlowReq()
307 p_port->rfc.expected_rsp |= RFC_RSP_RLS; in RFCOMM_LineStatusReq()
Drfc_port_fsm.c188 p_port->rfc.expected_rsp = 0; in rfc_port_sm_sabme_wait_ua()
390 p_port->rfc.expected_rsp = 0; in rfc_port_sm_opened()
557 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) in rfc_process_pn()
560 p_port->rfc.expected_rsp &= ~RFC_RSP_PN; in rfc_process_pn()
617 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) in rfc_process_rpn()
624 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) in rfc_process_rpn()
626 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY; in rfc_process_rpn()
641 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
649 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()
669 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
[all …]
Dport_int.h133 UINT8 expected_rsp; member