Searched refs:stored_channel (Results 1 – 2 of 2) sorted by relevance
491 auto& stored_channel = all_channels_.back(); in OnConnectionOpenLe() local492 auto& channel = stored_channel.channel_; in OnConnectionOpenLe()505 ConnectionIsReadyStartPairing(&stored_channel); in OnConnectionOpenLe()508 void SecurityManagerImpl::ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel) { in ConnectionIsReadyStartPairing() argument509 auto& channel = stored_channel->channel_; in ConnectionIsReadyStartPairing()510 auto& enqueue_buffer = stored_channel->enqueue_buffer_; in ConnectionIsReadyStartPairing()512 stored_channel->channel_->Acquire(); in ConnectionIsReadyStartPairing()
216 void ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel);