Home
last modified time | relevance | path

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

/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c1690 int targetClass, int configuration, int mode) in search_devices() argument
1700 if ( targetClass && !(vendor || strlen(productList)) ) { in search_devices()
1760 if (targetClass != 0) { in search_devices()
1775 if (devClass == targetClass) { in search_devices()
1777 fprintf (output," target class %02x matches\n", targetClass); in search_devices()
Dusb_modeswitch.h53 int targetClass, int configuration, int mode);