Searched refs:num_lost (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 1154 uint8_t tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local 1175 num_lost = (tx_seq - p_fcrb->next_seq_expected) & L2CAP_FCR_SEQ_MODULO; in process_i_frame() 1178 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) { in process_i_frame() 1189 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, in process_i_frame() 1225 num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent); in process_i_frame() 1244 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, in process_i_frame() 1256 if (num_lost > 1) { in process_i_frame()
|