Searched refs:stored_chan (Results 1 – 2 of 2) sorted by relevance
147 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in CreateBondLe() local148 if (stored_chan) { in CreateBondLe()150 ConnectionIsReadyStartPairing(stored_chan); in CreateBondLe()478 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(device); in OnSmpCommandLe() local479 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() local640 if (!stored_chan) { in OnConnectionClosedLe()[all …]
69 for (auto& stored_chan : all_channels_) { in ~SecurityManagerImpl()70 stored_chan.channel_->GetQueueUpEnd()->UnregisterDequeue(); in ~SecurityManagerImpl()71 stored_chan.enqueue_buffer_.reset(); in ~SecurityManagerImpl()