Home
last modified time | relevance | path

Searched refs:GetLeSecurityInterface (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/hci/fuzz/
H A Dhci_layer_fuzz_client.cc36 le_security_interface_ = hci_->GetLeSecurityInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start()
H A Dfuzz_hci_layer.cc32 hci::LeSecurityInterface* FuzzHciLayer::GetLeSecurityInterface( in GetLeSecurityInterface() function in bluetooth::hci::fuzz::FuzzHciLayer
H A Dfuzz_hci_layer.h103 hci::LeSecurityInterface* GetLeSecurityInterface(
/aosp12/system/bt/gd/hci/
H A Dhci_layer.h72 …virtual LeSecurityInterface* GetLeSecurityInterface(common::ContextualCallback<void(LeMetaEventVie…
H A Dhci_layer.cc500 LeSecurityInterface* HciLayer::GetLeSecurityInterface(ContextualCallback<void(LeMetaEventView)> eve… in GetLeSecurityInterface() function in bluetooth::hci::HciLayer
H A Dhci_layer_test.cc211 …hci_->GetLeSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventVie… in SendLeSecurityCommandExpectingComplete()
/aosp12/system/bt/gd/security/internal/
H A Dsecurity_manager_impl.cc676 …hci_layer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEve… in SecurityManagerImpl()