Home
last modified time | relevance | path

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

/btstack/platform/windows/
H A Dhci_transport_h2_winusb.c345 static bool usb_device_path_match(const char * device_path, uint16_t vendor_id, uint16_t product_id… in usb_device_path_match() function
357 …if (usb_device_path_match( device_path, known_bluetooth_devices[i*2], known_bluetooth_devices[i*2+… in usb_is_known_bluetooth_device()
365 if (usb_device_path_match( device_path, device->vendor_id, device->product_id)){ in usb_is_known_bluetooth_device()