Searched refs:stored_channel (Results 1 – 2 of 2) sorted by relevance
588 auto& stored_channel = all_channels_.back(); in OnConnectionOpenLe() local589 auto& channel = stored_channel.channel_; in OnConnectionOpenLe()602 ConnectionIsReadyStartPairing(&stored_channel); in OnConnectionOpenLe()605 void SecurityManagerImpl::ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel) { in ConnectionIsReadyStartPairing() argument606 auto& channel = stored_channel->channel_; in ConnectionIsReadyStartPairing()607 auto& enqueue_buffer = stored_channel->enqueue_buffer_; in ConnectionIsReadyStartPairing()609 stored_channel->channel_->Acquire(); in ConnectionIsReadyStartPairing()
249 void ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel);