Searched refs:rej_sent (Results 1 – 2 of 2) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2c_fcr.c | 775 p_ccb->fcrb.rej_sent = TRUE; in l2c_fcr_proc_pdu() 783 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent) in l2c_fcr_proc_pdu() 788 …p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb… in l2c_fcr_proc_pdu() 827 if (!p_ccb->fcrb.srej_sent && !p_ccb->fcrb.rej_sent) { in l2c_fcr_proc_tout() 992 p_fcrb->rej_sent = FALSE; /* After checkpoint, we can send anoher REJ */ in process_s_frame() 1095 …p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent, p_fcrb->srej_sent… in process_i_frame() 1121 … num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent); in process_i_frame() 1132 } else if (p_fcrb->rej_sent) { in process_i_frame() 1140 … p_ccb->local_cid, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent); in process_i_frame() 1145 p_fcrb->rej_sent = TRUE; in process_i_frame() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
| D | l2c_int.h | 185 BOOLEAN rej_sent; /* Reject was sent */ member
|