Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dchannel.h136 uint16_t max_tx_queued() const { return max_tx_queued_; } in max_tx_queued()
137 void set_max_tx_queued(uint16_t count) { max_tx_queued_ = count; } in set_max_tx_queued()
252 uint16_t max_tx_queued_; variable
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel.cc53 max_tx_queued_(max_tx_queued), in Channel()