Searched refs:tx_seq (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | enhanced_retransmission_mode_channel_data_controller.cc | 172 …void recv_i_frame(Final f, uint8_t tx_seq, uint8_t req_seq, SegmentationAndReassembly sar, uint16_… in recv_i_frame() 175 …if (f == Final::NOT_SET && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_val… in recv_i_frame() 181 …} else if (f == Final::POLL_RESPONSE && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq… in recv_i_frame() 193 …} else if (with_duplicate_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && … in recv_i_frame() 195 … } else if (with_unexpected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && in recv_i_frame() 204 …} else if (with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && l… in recv_i_frame() 207 …} else if (with_valid_req_seq(req_seq) && not_with_expected_tx_seq(tx_seq) && with_valid_f_bit(f) … in recv_i_frame() 210 } else if ((with_invalid_tx_seq(tx_seq) && controller_->local_tx_window_ > kMaxTxWin / 2) || in recv_i_frame() 213 } else if (with_invalid_tx_seq(tx_seq) && controller_->local_tx_window_ <= kMaxTxWin / 2) { in recv_i_frame() 217 …if (f == Final::NOT_SET && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_val… in recv_i_frame() [all …]
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 92 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq); 1166 uint8_t tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local 1183 tx_seq = (ctrl_word & L2CAP_FCR_TX_SEQ_BITS) >> L2CAP_FCR_TX_SEQ_BITS_SHIFT; in process_i_frame() 1186 if ((tx_seq != p_fcrb->next_seq_expected) && (p_fcrb->local_busy)) { in process_i_frame() 1188 tx_seq); in process_i_frame() 1195 if (tx_seq != p_fcrb->next_seq_expected) { in process_i_frame() 1196 num_lost = (tx_seq - p_fcrb->next_seq_expected) & L2CAP_FCR_SEQ_MODULO; in process_i_frame() 1204 tx_seq, p_fcrb->next_seq_expected); in process_i_frame() 1210 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, in process_i_frame() 1222 if ((tx_seq == next_srej) && in process_i_frame() [all …]
|
/system/bt/gd/l2cap/ |
D | l2cap_packets.pdl | 74 tx_seq : 6, 129 tx_seq : 6, 176 tx_seq : 14,
|