Searched refs:OnPinEntry (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/ |
D | security_manager.cc | 121 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()
|
D | security_manager.h | 129 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
|
D | ui.h | 137 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
|
D | facade.cc | 236 security_module_->GetSecurityManager()->OnPinEntry( in SendUiCallback()
|
/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | pairing_handler.h | 81 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …
|
D | classic_pairing_handler.h | 87 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
|
D | classic_pairing_handler.cc | 105 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/ |
D | security_manager_impl.h | 189 …void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) override;
|
D | security_manager_impl.cc | 433 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()
|