Home
last modified time | relevance | path

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

/system/bt/gd/security/
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()
Dsecurity_manager.h127 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
Dui.h134 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
Dfacade.cc197 security_module_->GetSecurityManager()->OnPinEntry( in SendUiCallback()
/system/bt/gd/security/pairing/
Dpairing_handler.h80 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
Dclassic_pairing_handler.h90 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
Dclassic_pairing_handler.cc96 void ClassicPairingHandler::OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<… in OnPinEntry() function in bluetooth::security::pairing::ClassicPairingHandler
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h184 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
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()