Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:expected_rsp

191       p_port->rfc.expected_rsp = 0;
400 p_port->rfc.expected_rsp = 0;
567 if ((p_port == nullptr) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) {
574 p_port->rfc.expected_rsp &= ~RFC_RSP_PN;
627 !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) {
637 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) {
638 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY;
653 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
660 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN;
682 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
750 if (!(p_port->rfc.expected_rsp & RFC_RSP_MSC)) return;
752 p_port->rfc.expected_rsp &= ~RFC_RSP_MSC;
777 if (!p_port || !(p_port->rfc.expected_rsp & RFC_RSP_RLS)) return;
779 p_port->rfc.expected_rsp &= ~RFC_RSP_RLS;