Searched refs:max_tx_queued (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | channel.cc | 46 uint16_t max_tx_queued) in Channel() argument 53 max_tx_queued_(max_tx_queued), in Channel() 78 uint16_t max_tx_queued) { in CreateFixedChannel() argument 96 max_tx_queued)); in CreateFixedChannel() 108 uint16_t max_tx_queued) { in CreateDynamicChannel() argument 117 max_tx_queued)); in CreateDynamicChannel() 128 uint16_t max_tx_queued) in ChannelImpl() argument 129 : Channel(id, remote_id, link->type(), link->handle(), info, max_tx_queued), in ChannelImpl() 282 if (pending_tx_sdus_.size() > max_tx_queued()) { in Send() 524 if (pending_tx_pdus_.size() > max_tx_queued()) { in SendFrame() [all …]
|
D | fake_channel.cc | 30 uint16_t max_tx_queued) in FakeChannel() argument 31 : Channel(id, remote_id, link_type, handle, info, max_tx_queued), in FakeChannel()
|
D | channel_manager_test.cc | 4578 if (i < kBufferMaxNumPackets + channel->max_tx_queued()) { in TEST_F()
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
D | channel.h | 87 uint16_t max_tx_queued); 136 uint16_t max_tx_queued() const { return max_tx_queued_; } in max_tx_queued() function 283 uint16_t max_tx_queued = kDefaultTxMaxQueuedCount); 294 uint16_t max_tx_queued = kDefaultTxMaxQueuedCount); 349 uint16_t max_tx_queued);
|
D | fake_channel.h | 41 uint16_t max_tx_queued = 1);
|