Home
last modified time | relevance | path

Searched refs:set_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.h137 void set_max_tx_queued(uint16_t count) { max_tx_queued_ = count; } in set_max_tx_queued() function
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_manager_test.cc4571 channel->set_max_tx_queued(kTxMaxQueuedCount); in TEST_F()