Searched refs:RFC_RSP_RPN (Results 1 – 3 of 3) sorted by relevance
601 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) { in rfc_process_rpn()622 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()629 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()648 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
231 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortNegReq()
126 #define RFC_RSP_RPN 0x04 macro