Home
last modified time | relevance | path

Searched refs:stored_channel (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc572 auto& stored_channel = all_channels_.back(); in OnConnectionOpenLe() local
573 auto& channel = stored_channel.channel_; in OnConnectionOpenLe()
586 ConnectionIsReadyStartPairing(&stored_channel); in OnConnectionOpenLe()
589 void SecurityManagerImpl::ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel) { in ConnectionIsReadyStartPairing() argument
590 auto& channel = stored_channel->channel_; in ConnectionIsReadyStartPairing()
591 auto& enqueue_buffer = stored_channel->enqueue_buffer_; in ConnectionIsReadyStartPairing()
593 stored_channel->channel_->Acquire(); in ConnectionIsReadyStartPairing()
Dsecurity_manager_impl.h244 void ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel);