Home
last modified time | relevance | path

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

/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()
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()
Drfc_port_if.c231 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortNegReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h126 #define RFC_RSP_RPN 0x04 macro