Home
last modified time | relevance | path

Searched refs:security_event_handler_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.cc145 InvokeIfValid<EventPacketView>(security_event_handler_, data); in injectSecurityEvent()
Dfuzz_hci_layer.h169 common::ContextualCallback<void(hci::EventPacketView)> security_event_handler_; variable