Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c748 if (p_ccb->fcrb.srej_sent) in l2c_fcr_proc_pdu()
800 …if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) && (p_ccb->fcrb.srej_rcv_hold_q.count >… in l2c_fcr_proc_pdu()
836 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent) in l2c_fcr_proc_pdu()
842 …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()
881 if (!p_ccb->fcrb.srej_sent && !p_ccb->fcrb.rej_sent) in l2c_fcr_proc_tout()
1077 if (p_fcrb->srej_sent) in process_s_frame()
1163 …_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent, p_fcrb->srej_sent); in process_i_frame()
1165 if (p_fcrb->srej_sent) in process_i_frame()
1209 … p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->srej_sent); in process_i_frame()
1235 p_fcrb->srej_sent = TRUE; in process_i_frame()
[all …]
Dl2c_int.h196 BOOLEAN srej_sent; /* Selective Reject was sent */ member