Searched refs:OnPasskeyEntry (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/security/ |
D | security_manager.cc | 116 void SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passk… in OnPasskeyEntry() function in bluetooth::security::SecurityManager 117 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::OnPasskeyEntry, in OnPasskeyEntry()
|
D | security_manager.h | 126 void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) override;
|
D | ui.h | 131 virtual void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) = 0;
|
D | facade.cc | 184 security_module_->GetSecurityManager()->OnPasskeyEntry( in SendUiCallback()
|
/system/bt/gd/security/pairing/ |
D | pairing_handler.h | 79 virtual void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) = 0;
|
D | classic_pairing_handler.h | 89 void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) override;
|
D | classic_pairing_handler.cc | 92 void ClassicPairingHandler::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t… in OnPasskeyEntry() function in bluetooth::security::pairing::ClassicPairingHandler
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 183 void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) override;
|
D | security_manager_impl.cc | 407 void SecurityManagerImpl::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t p… in OnPasskeyEntry() function in bluetooth::security::internal::SecurityManagerImpl 410 entry->second->OnPasskeyEntry(address, passkey); in OnPasskeyEntry()
|