Home
last modified time | relevance | path

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

/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c904 libusb_device_handle * dev_handle; in try_open_device() local
905 r = libusb_open(device, &dev_handle); in try_open_device()
909 dev_handle = NULL; in try_open_device()
913 log_info("libusb open %d, handle %p", r, dev_handle); in try_open_device()
917 r = libusb_reset_device(dev_handle); in try_open_device()
920 libusb_close(dev_handle); in try_open_device()
924 return dev_handle; in try_open_device()