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.h91 le_event_handlers_[event] = handler; in RegisterLeEventHandler()
95 auto it = le_event_handlers_.find(event); in UnregisterLeEventHandler()
96 if (it != le_event_handlers_.end()) { in UnregisterLeEventHandler()
97 le_event_handlers_.erase(it); in UnregisterLeEventHandler()
180 …:map<hci::SubeventCode, common::ContextualCallback<void(hci::LeMetaEventView)>> le_event_handlers_; variable
Dfuzz_hci_layer.cc147 …auto handler_pair = le_event_handlers_.find(static_cast<SubeventCode>(fdp.ConsumeIntegral<uint8_t>… in injectLeEvent()
148 if (handler_pair != le_event_handlers_.end()) { in injectLeEvent()