Home
last modified time | relevance | path

Searched defs:max_tx_queued (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel.cc46 uint16_t max_tx_queued) in Channel()
78 uint16_t max_tx_queued) { in CreateFixedChannel()
108 uint16_t max_tx_queued) { in CreateDynamicChannel()
128 uint16_t max_tx_queued) in ChannelImpl()
H A Dfake_channel.cc28 uint16_t max_tx_queued) in FakeChannel()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dchannel.h136 uint16_t max_tx_queued() const { return max_tx_queued_; } in max_tx_queued() function