Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.h129 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
Dui.h137 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
Dfacade.cc236 security_module_->GetSecurityManager()->OnPinEntry( in SendUiCallback()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dpairing_handler.h81 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
Dclassic_pairing_handler.h87 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
Dclassic_pairing_handler.cc105 void ClassicPairingHandler::OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<… in OnPinEntry() function in bluetooth::security::pairing::ClassicPairingHandler
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h189 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
Dsecurity_manager_impl.cc433 void SecurityManagerImpl::OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<ui… in OnPinEntry() function in bluetooth::security::internal::SecurityManagerImpl
437 entry->second->OnPinEntry(address, pin); in OnPinEntry()