Searched defs:OnReceive (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/gd/security/pairing/ |
H A D | classic_pairing_handler.cc | 171 void ClassicPairingHandler::OnReceive(hci::CentralLinkKeyCompleteView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 176 void ClassicPairingHandler::OnReceive(hci::PinCodeRequestView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 184 void ClassicPairingHandler::OnReceive(hci::LinkKeyRequestView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 206 void ClassicPairingHandler::OnReceive(hci::LinkKeyNotificationView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 221 void ClassicPairingHandler::OnReceive(hci::IoCapabilityRequestView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 237 void ClassicPairingHandler::OnReceive(hci::IoCapabilityResponseView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 314 void ClassicPairingHandler::OnReceive(hci::ReturnLinkKeysView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 319 void ClassicPairingHandler::OnReceive(hci::EncryptionChangeView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 329 void ClassicPairingHandler::OnReceive(hci::RemoteOobDataRequestView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler 387 void ClassicPairingHandler::OnReceive(hci::KeypressNotificationView packet) { in OnReceive() function in bluetooth::security::pairing::ClassicPairingHandler [all …]
|
/aosp12/system/bt/gd/security/channel/ |
H A D | security_manager_channel_unittest.cc | 96 void OnReceive(hci::AddressWithType device, hci::PinCodeRequestView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 100 void OnReceive(hci::AddressWithType device, hci::LinkKeyRequestView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 104 void OnReceive(hci::AddressWithType device, hci::LinkKeyNotificationView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 108 void OnReceive(hci::AddressWithType device, hci::IoCapabilityRequestView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 112 void OnReceive(hci::AddressWithType device, hci::IoCapabilityResponseView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 116 void OnReceive(hci::AddressWithType device, hci::SimplePairingCompleteView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 120 void OnReceive(hci::AddressWithType device, hci::ReturnLinkKeysView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 124 void OnReceive(hci::AddressWithType device, hci::EncryptionChangeView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 132 void OnReceive(hci::AddressWithType device, hci::RemoteOobDataRequestView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback 140 void OnReceive(hci::AddressWithType device, hci::KeypressNotificationView packet) { in OnReceive() function in bluetooth::security::channel::__anon11f197ca0110::SecurityManagerChannelCallback [all …]
|