Home
last modified time | relevance | path

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

/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc147 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in CreateBondLe() local
148 if (stored_chan) { in CreateBondLe()
150 ConnectionIsReadyStartPairing(stored_chan); in CreateBondLe()
478 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(device); in OnSmpCommandLe() local
479 if (!stored_chan) { in OnSmpCommandLe()
484 std::unique_ptr<l2cap::le::FixedChannel>& channel = stored_chan->channel_; in OnSmpCommandLe()
517 stored_chan->channel_->Acquire(); in OnSmpCommandLe()
520 auto& enqueue_buffer = stored_chan->enqueue_buffer_; in OnSmpCommandLe()
639 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in OnConnectionClosedLe() local
640 if (!stored_chan) { in OnConnectionClosedLe()
[all …]
Dsecurity_manager_impl.h69 for (auto& stored_chan : all_channels_) { in ~SecurityManagerImpl()
70 stored_chan.channel_->GetQueueUpEnd()->UnregisterDequeue(); in ~SecurityManagerImpl()
71 stored_chan.enqueue_buffer_.reset(); in ~SecurityManagerImpl()