Home
last modified time | relevance | path

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

/btstack/platform/windows/
H A Dhci_transport_h2_winusb.c241 static btstack_data_source_t usb_data_source_event_in; variable
446 …btstack_run_loop_enable_data_source_callbacks(&usb_data_source_event_in, DATA_SOURCE_CALLBACK_READ… in usb_submit_event_in_transfer()
1069 usb_data_source_event_in.source.handle = usb_overlapped_event_in.hEvent; in usb_try_open_device()
1070 btstack_run_loop_set_data_source_handler(&usb_data_source_event_in, &usb_process_event_in); in usb_try_open_device()
1071 btstack_run_loop_add_data_source(&usb_data_source_event_in); in usb_try_open_device()
1259 btstack_run_loop_remove_data_source(&usb_data_source_event_in); in usb_close()