Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c1108 UINT8 tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local
1151 num_lost = (tx_seq - p_fcrb->next_seq_expected) & L2CAP_FCR_SEQ_MODULO; in process_i_frame()
1154 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) in process_i_frame()
1163 …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()
1192num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_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()
1220 if (num_lost > 1) in process_i_frame()