Searched refs:stored_chan (Results 1 – 2 of 2) sorted by relevance
163 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in CreateBondLe() local164 if (stored_chan) { in CreateBondLe()166 ConnectionIsReadyStartPairing(stored_chan); in CreateBondLe()494 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(device); in OnSmpCommandLe() local495 if (!stored_chan) { in OnSmpCommandLe()500 std::unique_ptr<l2cap::le::FixedChannel>& channel = stored_chan->channel_; in OnSmpCommandLe()533 stored_chan->channel_->Acquire(); in OnSmpCommandLe()536 auto& enqueue_buffer = stored_chan->enqueue_buffer_; in OnSmpCommandLe()656 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in OnConnectionClosedLe() local657 if (!stored_chan) { in OnConnectionClosedLe()[all …]
74 for (auto& stored_chan : all_channels_) { in ~SecurityManagerImpl()75 stored_chan.channel_->GetQueueUpEnd()->UnregisterDequeue(); in ~SecurityManagerImpl()76 stored_chan.enqueue_buffer_.reset(); in ~SecurityManagerImpl()