Home
last modified time | relevance | path

Searched refs:OnPinEntry (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/gd/security/
H A Dsecurity_manager.cc121 void SecurityManager::OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_… in OnPinEntry() function in bluetooth::security::SecurityManager
123 …&internal::SecurityManagerImpl::OnPinEntry, common::Unretained(security_manager_impl_), address, s… in OnPinEntry()
H A Dsecurity_manager.h127 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
H A Dui.h134 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
H A Dfacade.cc197 security_module_->GetSecurityManager()->OnPinEntry( in SendUiCallback()
/aosp12/system/bt/gd/security/pairing/
H A Dpairing_handler.h80 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
H A Dclassic_pairing_handler.h90 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
H A Dclassic_pairing_handler.cc96 void ClassicPairingHandler::OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<… in OnPinEntry() function in bluetooth::security::pairing::ClassicPairingHandler
/aosp12/system/bt/gd/security/internal/
H A Dsecurity_manager_impl.h184 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
H A Dsecurity_manager_impl.cc418 void SecurityManagerImpl::OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<ui… in OnPinEntry() function in bluetooth::security::internal::SecurityManagerImpl
422 entry->second->OnPinEntry(address, pin); in OnPinEntry()