Home
last modified time | relevance | path

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

/system/bt/gd/security/internal/
Dsecurity_manager_impl.h49 struct LeFixedChannelEntry { struct
235 LeFixedChannelEntry* FindStoredLeChannel(const hci::AddressWithType& device);
236 LeFixedChannelEntry* FindStoredLeChannel(uint8_t connection_handle);
244 void ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel);
285 std::list<LeFixedChannelEntry> all_channels_;
Dsecurity_manager_impl.cc147 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in CreateBondLe()
458 LeFixedChannelEntry* SecurityManagerImpl::FindStoredLeChannel(const hci::AddressWithType& device) { in FindStoredLeChannel()
459 for (LeFixedChannelEntry& storage : all_channels_) { in FindStoredLeChannel()
478 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(device); in OnSmpCommandLe()
589 void SecurityManagerImpl::ConnectionIsReadyStartPairing(LeFixedChannelEntry* stored_channel) { in ConnectionIsReadyStartPairing()
639 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(address); in OnConnectionClosedLe()
695 LeFixedChannelEntry* stored_chan = FindStoredLeChannel(pending_le_pairing_.address_); in OnPairingFinished()