Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc588 auto& stored_channel = all_channels_.back(); in OnConnectionOpenLe() local
589 auto& channel = stored_channel.channel_; in OnConnectionOpenLe()
602 ConnectionIsReadyStartPairing(&stored_channel); in OnConnectionOpenLe()
605 void SecurityManagerImpl::ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel) { in ConnectionIsReadyStartPairing() argument
606 auto& channel = stored_channel->channel_; in ConnectionIsReadyStartPairing()
607 auto& enqueue_buffer = stored_channel->enqueue_buffer_; in ConnectionIsReadyStartPairing()
609 stored_channel->channel_->Acquire(); in ConnectionIsReadyStartPairing()
Dsecurity_manager_impl.h249 void ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel);