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.cc112 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in CreateBondLe() local
113 if (stored_chan) { in CreateBondLe()
115 ConnectionIsReadyStartPairing(stored_chan); in CreateBondLe()
399 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(device); in OnSmpCommandLe() local
400 if (!stored_chan) { in OnSmpCommandLe()
405 std::unique_ptr<l2cap::le::FixedChannel>& channel = stored_chan->channel_; in OnSmpCommandLe()
438 stored_chan->channel_->Acquire(); in OnSmpCommandLe()
441 auto& enqueue_buffer = stored_chan->enqueue_buffer_; in OnSmpCommandLe()
556 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in OnConnectionClosedLe() local
557 if (!stored_chan) { in OnConnectionClosedLe()
[all …]
Dsecurity_manager_impl.h65 for (auto& stored_chan : all_channels_) { in ~SecurityManagerImpl()
66 stored_chan.channel_->GetQueueUpEnd()->UnregisterDequeue(); in ~SecurityManagerImpl()
67 stored_chan.enqueue_buffer_.reset(); in ~SecurityManagerImpl()