HomeSort by relevance Sort by last modified time
    Searched refs:HCI (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/tools/
hid2hci.c 3 * it from HID to HCI and back
43 HCI = 0,
128 case HCI:
212 printf("hid2hci - Bluetooth HID to HCI mode switching utility\n\n");
215 " --mode= mode to switch to [hid|hci] (default hci)\n"
240 enum mode mode = HCI;
256 } else if (!strcmp(optarg, "hci")) {
257 mode = HCI;
  /external/libnfc-nxp/
Android.mk 122 # Uncomment for HCI traces

Completed in 60 milliseconds