Home | History | Annotate | Download | only in l2cap

Lines Matching refs:srej_sent

748                 if (p_ccb->fcrb.srej_sent)
800 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) && (p_ccb->fcrb.srej_rcv_hold_q.count > 0) )
836 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent)
841 L2CAP_TRACE_DEBUG ("l2c_fcr_proc_pdu() not sending RR CID: 0x%04x local_busy:%d rej_sent:%d srej_sent:%d Expected_Seq:%u Last_Ack:%u",
842 p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb.next_seq_expected,
881 if (!p_ccb->fcrb.srej_sent && !p_ccb->fcrb.rej_sent)
1077 if (p_fcrb->srej_sent)
1163 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent, p_fcrb->srej_sent);
1165 if (p_fcrb->srej_sent)
1209 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->srej_sent);
1235 p_fcrb->srej_sent = TRUE;
1245 p_fcrb->rej_sent = p_fcrb->srej_sent = FALSE;