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.cc161 p_port->rfc.expected_rsp |= RFC_RSP_PN; in RFCOMM_ParameterNegotiationRequest()
210 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY; in RFCOMM_PortParameterNegotiationRequest()
212 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortParameterNegotiationRequest()
255 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_ControlReq()
283 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_FlowReq()
308 p_port->rfc.expected_rsp |= RFC_RSP_RLS; in RFCOMM_LineStatusReq()
Drfc_port_fsm.cc200 p_port->rfc.expected_rsp = 0; in rfc_port_sm_sabme_wait_ua()
424 p_port->rfc.expected_rsp = 0; in rfc_port_sm_opened()
594 if ((p_port == nullptr) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) { in rfc_process_pn()
601 p_port->rfc.expected_rsp &= ~RFC_RSP_PN; in rfc_process_pn()
654 !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) { in rfc_process_rpn()
664 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) { in rfc_process_rpn()
665 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY; in rfc_process_rpn()
680 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
687 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()
709 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
[all …]
Dport_int.h131 uint8_t expected_rsp; member