Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_int.h125 #define RFC_RSP_PN 0x01 macro
Drfc_port_if.cc161 p_port->rfc.expected_rsp |= RFC_RSP_PN; in RFCOMM_ParameterNegotiationRequest()
Drfc_port_fsm.cc594 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()