Searched defs:OnReceive (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/security/pairing/ |
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 …]
|
/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 …]
|