Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_int.h115 #define RFC_RSP_RPN_REPLY 0x02 macro
Drfc_port_fsm.cc716 !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) { in rfc_process_rpn()
725 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) { in rfc_process_rpn()
726 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY; in rfc_process_rpn()
Drfc_port_if.cc214 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY; in RFCOMM_PortParameterNegotiationRequest()