Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel.cc155 tx_engine_ = in ChannelImpl()
162 tx_engine_ = std::make_unique<CreditBasedFlowControlTxEngine>( in ChannelImpl()
170 std::tie(rx_engine_, tx_engine_) = in ChannelImpl()
287 tx_engine_->NotifySduQueued(); in Send()
509 tx_engine_ = nullptr; in CleanUp()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dchannel.h384 std::unique_ptr<TxEngine> tx_engine_; variable