Searched refs:tx_seq (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | enhanced_retransmission_mode_channel_data_controller.cc | 177 …void recv_i_frame(Final f, uint8_t tx_seq, uint8_t req_seq, SegmentationAndReassembly sar, uint16_… in recv_i_frame() 180 …if (f == Final::NOT_SET && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_val… in recv_i_frame() 186 …} else if (f == Final::POLL_RESPONSE && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq… in recv_i_frame() 198 …} else if (with_duplicate_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && … in recv_i_frame() 200 … } else if (with_unexpected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && in recv_i_frame() 209 …} else if (with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && l… in recv_i_frame() 212 …} else if (with_valid_req_seq(req_seq) && not_with_expected_tx_seq(tx_seq) && with_valid_f_bit(f) … in recv_i_frame() 215 } else if ((with_invalid_tx_seq(tx_seq) && controller_->local_tx_window_ > kMaxTxWin / 2) || in recv_i_frame() 218 } else if (with_invalid_tx_seq(tx_seq) && controller_->local_tx_window_ <= kMaxTxWin / 2) { in recv_i_frame() 222 …if (f == Final::NOT_SET && with_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_val… in recv_i_frame() [all …]
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_fcr.cc | 92 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq); 1005 uint8_t tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local 1017 tx_seq = (ctrl_word & L2CAP_FCR_TX_SEQ_BITS) >> L2CAP_FCR_TX_SEQ_BITS_SHIFT; in process_i_frame() 1020 if (tx_seq != p_fcrb->next_seq_expected) { in process_i_frame() 1021 num_lost = (tx_seq - p_fcrb->next_seq_expected) & L2CAP_FCR_SEQ_MODULO; in process_i_frame() 1029 tx_seq, p_fcrb->next_seq_expected); in process_i_frame() 1035 p_ccb->local_cid, num_lost, tx_seq, p_fcrb->next_seq_expected, in process_i_frame() 1047 if ((tx_seq == next_srej) && in process_i_frame() 1053 num_lost, tx_seq, p_fcrb->next_seq_expected, p_fcrb->rej_sent); in process_i_frame() 1055 p_buf->layer_specific = tx_seq; in process_i_frame() [all …]
|
/packages/modules/Bluetooth/floss/hcidoc/packets/ |
D | l2cap_packets.pdl | 68 tx_seq : 6, 115 tx_seq : 6, 154 tx_seq : 14,
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 74 tx_seq : 6, 129 tx_seq : 6, 176 tx_seq : 14,
|