Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.h72 uint16_t remote_tx_window_ = 10; variable
Denhanced_retransmission_mode_channel_data_controller.cc474 return unacked_frames_ < controller_->remote_tx_window_; in rem_window_not_full()
478 return unacked_frames_ == controller_->remote_tx_window_; in rem_window_full()
1041 remote_tx_window_ = option.tx_window_size_; in SetRetransmissionAndFlowControlOptions()