Searched refs:tx_seq (Results 1 – 1 of 1) sorted by relevance
94 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq);1168 uint8_t tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local1185 tx_seq = (ctrl_word & L2CAP_FCR_TX_SEQ_BITS) >> L2CAP_FCR_TX_SEQ_BITS_SHIFT; in process_i_frame()1188 if ((tx_seq != p_fcrb->next_seq_expected) && (p_fcrb->local_busy)) { in process_i_frame()1190 tx_seq); in process_i_frame()1197 if (tx_seq != p_fcrb->next_seq_expected) { in process_i_frame()1198 num_lost = (tx_seq - p_fcrb->next_seq_expected) & L2CAP_FCR_SEQ_MODULO; in process_i_frame()1206 tx_seq, p_fcrb->next_seq_expected); in process_i_frame()1212 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, in process_i_frame()1224 if ((tx_seq == next_srej) && in process_i_frame()[all …]