Lines Matching refs:EventView
38 using bluetooth::hci::EventView;
111 void drop(EventView event) { in drop()
137 void on_command_status(EventView event) { in on_command_status()
152 void on_command_complete(EventView event) { in on_command_complete()
157 void handle_command_response(EventView event, std::string logging_id) { in handle_command_response()
240 void register_event(EventCode event, ContextualCallback<void(EventView)> handler) { in register_event()
255 void register_le_meta_event(ContextualCallback<void(EventView)> handler) { in register_le_meta_event()
300 void on_hci_event(EventView event) { in on_hci_event()
324 void on_le_meta_event(EventView event) { in on_le_meta_event()
341 std::map<EventCode, ContextualCallback<void(EventView)>> event_handlers_;
363 EventView event = EventView::Create(packet); in hciEventReceived()
409 void HciLayer::RegisterEventHandler(EventCode event, ContextualCallback<void(EventView)> handler) { in RegisterEventHandler()
413 void HciLayer::RegisterLeMetaEventHandler(ContextualCallback<void(EventView)> handler) { in RegisterLeMetaEventHandler()
429 void HciLayer::on_disconnection_complete(EventView event_view) { in on_disconnection_complete()
447 void HciLayer::on_read_remote_version_complete(EventView event_view) { in on_read_remote_version_complete()
466 ContextualCallback<void(EventView)> event_handler, in GetAclConnectionInterface()
493 SecurityInterface* HciLayer::GetSecurityInterface(ContextualCallback<void(EventView)> event_handler… in GetSecurityInterface()