Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c1058 UINT8 tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local
1086 num_lost = (tx_seq - p_fcrb->next_seq_expected) & L2CAP_FCR_SEQ_MODULO; in process_i_frame()
1089 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) { in process_i_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()
1121num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent); in process_i_frame()
1134 … p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->srej_sent); in process_i_frame()
1143 if (num_lost > 1) { in process_i_frame()