Searched refs:rej_sent (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c829 p_ccb->fcrb.rej_sent = TRUE;
836 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent)
841 L2CAP_TRACE_DEBUG6 ("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)
1042 p_fcrb->rej_sent = FALSE; /* After checkpoint, we can send anoher REJ */
1163 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent, p_fcrb->srej_sent);
1192 num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent);
1206 else if (p_fcrb->rej_sent)
1217 p_ccb->local_cid, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent);
[all...]
H A Dl2c_int.h194 BOOLEAN rej_sent; /* Reject was sent */ member in struct:__anon1520

Completed in 170 milliseconds