Searched refs:stored_chan (Results 1 – 2 of 2) sorted by relevance
112 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in CreateBondLe() local113 if (stored_chan) { in CreateBondLe()115 ConnectionIsReadyStartPairing(stored_chan); in CreateBondLe()399 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(device); in OnSmpCommandLe() local400 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() local557 if (!stored_chan) { in OnConnectionClosedLe()[all …]
65 for (auto& stored_chan : all_channels_) { in ~SecurityManagerImpl()66 stored_chan.channel_->GetQueueUpEnd()->UnregisterDequeue(); in ~SecurityManagerImpl()67 stored_chan.enqueue_buffer_.reset(); in ~SecurityManagerImpl()