Home
last modified time | relevance | path

Searched refs:srej_sent (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_fcr.c700 if (p_ccb->fcrb.srej_sent) in l2c_fcr_proc_pdu()
755 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) && in l2c_fcr_proc_pdu()
792 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent) in l2c_fcr_proc_pdu()
798 …b->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb.nex… in l2c_fcr_proc_pdu()
922 if (!p_ccb->fcrb.srej_sent && !p_ccb->fcrb.rej_sent) in l2c_fcr_proc_tout()
1122 if (p_fcrb->srej_sent) in process_s_frame()
1200 …_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent, p_fcrb->srej_sent); in process_i_frame()
1202 if (p_fcrb->srej_sent) in process_i_frame()
1247 … p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->srej_sent); in process_i_frame()
1273 p_fcrb->srej_sent = TRUE; in process_i_frame()
[all …]
Dl2c_int.h177 BOOLEAN srej_sent; /* Selective Reject was sent */ member