HomeSort by relevance Sort by last modified time
    Searched defs:HID (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/tools/
hid2hci.c 3 * it from HID to HCI and back
44 HID = 1,
131 case HID:
212 printf("hid2hci - Bluetooth HID to HCI mode switching utility\n\n");
215 " --mode= mode to switch to [hid|hci] (default hci)\n"
217 " --method= method to use to switch [csr|logitech-hid|dell]\n"
254 if (!strcmp(optarg, "hid")) {
255 mode = HID;
270 } else if (!strcmp(optarg, "logitech-hid")) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 48 public static final int HID = 2;
79 if (mProfile == HID && (newState == BluetoothProfile.STATE_CONNECTED ||
  /external/libpcap/
tokdefs.h 80 HID = 306,
184 #define HID 306
grammar.c 115 HID = 306,
219 #define HID 306
788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",
    [all...]

Completed in 486 milliseconds