Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h125 #define RFC_RSP_RPN_REPLY 0x02 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c601 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()
Drfc_port_if.c229 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY; in RFCOMM_PortNegReq()