Searched refs:stored_channel (Results 1 – 2 of 2) sorted by relevance
572 auto& stored_channel = all_channels_.back(); in OnConnectionOpenLe() local573 auto& channel = stored_channel.channel_; in OnConnectionOpenLe()586 ConnectionIsReadyStartPairing(&stored_channel); in OnConnectionOpenLe()589 void SecurityManagerImpl::ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel) { in ConnectionIsReadyStartPairing() argument590 auto& channel = stored_channel->channel_; in ConnectionIsReadyStartPairing()591 auto& enqueue_buffer = stored_channel->enqueue_buffer_; in ConnectionIsReadyStartPairing()593 stored_channel->channel_->Acquire(); in ConnectionIsReadyStartPairing()
244 void ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel);