Home
last modified time | relevance | path

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

/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.h86 le_event_handlers_[event] = handler; in RegisterLeEventHandler()
90 auto it = le_event_handlers_.find(event); in UnregisterLeEventHandler()
91 if (it != le_event_handlers_.end()) { in UnregisterLeEventHandler()
92 le_event_handlers_.erase(it); in UnregisterLeEventHandler()
167 …:map<hci::SubeventCode, common::ContextualCallback<void(hci::LeMetaEventView)>> le_event_handlers_; variable
Dfuzz_hci_layer.cc138 …auto handler_pair = le_event_handlers_.find(static_cast<SubeventCode>(fdp.ConsumeIntegral<uint8_t>… in injectLeEvent()
139 if (handler_pair != le_event_handlers_.end()) { in injectLeEvent()