Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_fsm.cc716 !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) { in rfc_process_rpn()
741 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
748 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()
770 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
Dport_int.h116 #define RFC_RSP_RPN 0x04 macro
Drfc_port_if.cc216 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortParameterNegotiationRequest()