Searched refs:OnReceive (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/security/pairing/ |
D | pairing_handler.h | 49 virtual void OnReceive(hci::ChangeConnectionLinkKeyCompleteView packet) = 0; 50 virtual void OnReceive(hci::MasterLinkKeyCompleteView packet) = 0; 51 virtual void OnReceive(hci::PinCodeRequestView packet) = 0; 52 virtual void OnReceive(hci::LinkKeyRequestView packet) = 0; 53 virtual void OnReceive(hci::LinkKeyNotificationView packet) = 0; 54 virtual void OnReceive(hci::IoCapabilityRequestView packet) = 0; 55 virtual void OnReceive(hci::IoCapabilityResponseView packet) = 0; 56 virtual void OnReceive(hci::SimplePairingCompleteView packet) = 0; 57 virtual void OnReceive(hci::ReturnLinkKeysView packet) = 0; 58 virtual void OnReceive(hci::EncryptionChangeView packet) = 0; [all …]
|
D | classic_pairing_handler.h | 56 void OnReceive(hci::ChangeConnectionLinkKeyCompleteView packet) override; 57 void OnReceive(hci::MasterLinkKeyCompleteView packet) override; 58 void OnReceive(hci::PinCodeRequestView packet) override; 59 void OnReceive(hci::LinkKeyRequestView packet) override; 60 void OnReceive(hci::LinkKeyNotificationView packet) override; 61 void OnReceive(hci::IoCapabilityRequestView packet) override; 62 void OnReceive(hci::IoCapabilityResponseView packet) override; 63 void OnReceive(hci::SimplePairingCompleteView packet) override; 64 void OnReceive(hci::ReturnLinkKeysView packet) override; 65 void OnReceive(hci::EncryptionChangeView packet) override; [all …]
|
D | classic_pairing_handler.cc | 98 void ClassicPairingHandler::OnReceive(hci::ChangeConnectionLinkKeyCompleteView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 103 void ClassicPairingHandler::OnReceive(hci::MasterLinkKeyCompleteView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 108 void ClassicPairingHandler::OnReceive(hci::PinCodeRequestView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 114 void ClassicPairingHandler::OnReceive(hci::LinkKeyRequestView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 135 void ClassicPairingHandler::OnReceive(hci::LinkKeyNotificationView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 143 void ClassicPairingHandler::OnReceive(hci::IoCapabilityRequestView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 155 void ClassicPairingHandler::OnReceive(hci::IoCapabilityResponseView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 195 void ClassicPairingHandler::OnReceive(hci::SimplePairingCompleteView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 207 void ClassicPairingHandler::OnReceive(hci::ReturnLinkKeysView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 212 void ClassicPairingHandler::OnReceive(hci::EncryptionChangeView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler [all …]
|
D | classic_pairing_handler_unittest.cc | 74 pairing_handler_->OnReceive(hci::PinCodeRequestView::Create(event)); in OnHciEventReceived() 77 pairing_handler_->OnReceive(hci::LinkKeyRequestView::Create(event)); in OnHciEventReceived() 80 pairing_handler_->OnReceive(hci::LinkKeyNotificationView::Create(event)); in OnHciEventReceived() 83 pairing_handler_->OnReceive(hci::IoCapabilityRequestView::Create(event)); in OnHciEventReceived() 86 pairing_handler_->OnReceive(hci::IoCapabilityResponseView::Create(event)); in OnHciEventReceived() 89 pairing_handler_->OnReceive(hci::SimplePairingCompleteView::Create(event)); in OnHciEventReceived() 92 pairing_handler_->OnReceive(hci::ReturnLinkKeysView::Create(event)); in OnHciEventReceived() 95 pairing_handler_->OnReceive(hci::RemoteOobDataRequestView::Create(event)); in OnHciEventReceived() 98 pairing_handler_->OnReceive(hci::UserPasskeyNotificationView::Create(event)); in OnHciEventReceived() 101 pairing_handler_->OnReceive(hci::KeypressNotificationView::Create(event)); in OnHciEventReceived() [all …]
|
/system/bt/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 84 void OnReceive(hci::AddressWithType device, hci::ChangeConnectionLinkKeyCompleteView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 88 void OnReceive(hci::AddressWithType device, hci::MasterLinkKeyCompleteView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 92 void OnReceive(hci::AddressWithType device, hci::PinCodeRequestView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 96 void OnReceive(hci::AddressWithType device, hci::LinkKeyRequestView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 100 void OnReceive(hci::AddressWithType device, hci::LinkKeyNotificationView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 104 void OnReceive(hci::AddressWithType device, hci::IoCapabilityRequestView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 108 void OnReceive(hci::AddressWithType device, hci::IoCapabilityResponseView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 112 void OnReceive(hci::AddressWithType device, hci::SimplePairingCompleteView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 116 void OnReceive(hci::AddressWithType device, hci::ReturnLinkKeysView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback 120 void OnReceive(hci::AddressWithType device, hci::EncryptionChangeView packet) { in OnReceive() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback [all …]
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 238 entry->second->OnReceive(packet); in HandleEvent()
|