Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Drfc_port_fsm.cc664 !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) { in rfc_process_rpn()
690 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
697 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()
719 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
H A Dport_int.h112 #define RFC_RSP_RPN 0x04 macro
H A Drfc_port_if.cc214 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortParameterNegotiationRequest()