Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_if.c175 p_port->rfc.expected_rsp |= RFC_RSP_PN; in RFCOMM_ParNegReq()
229 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY; in RFCOMM_PortNegReq()
231 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortNegReq()
283 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_ControlReq()
316 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_FlowReq()
346 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()
386 p_port->rfc.expected_rsp = 0; in rfc_port_sm_opened()
544 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) { in rfc_process_pn()
548 p_port->rfc.expected_rsp &= ~RFC_RSP_PN; in rfc_process_pn()
601 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) { in rfc_process_rpn()
609 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) { in rfc_process_rpn()
610 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY; in rfc_process_rpn()
622 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
629 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()
648 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h130 UINT8 expected_rsp; member