Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h124 #define RFC_RSP_PN 0x01 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_if.c175 p_port->rfc.expected_rsp |= RFC_RSP_PN; in RFCOMM_ParNegReq()
Drfc_port_fsm.c544 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()