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

  /external/bluetooth/bluez/tools/
hciconfig.c 122 static void cmd_rstat(int ctl, int hdev, char *opt)
125 if (ioctl(ctl, HCIDEVRESTAT, hdev) < 0) {
127 hdev, strerror(errno), errno);
132 static void cmd_scan(int ctl, int hdev, char *opt)
136 dr.dev_id = hdev;
147 hdev, strerror(errno), errno);
152 static void cmd_iac(int ctl, int hdev, char *opt)
154 int s = hci_open_dev(hdev);
158 hdev, strerror(errno), errno);
176 printf("Failed to set IAC on hci%d: %s\n", hdev, strerror(errno))
    [all...]
  /external/bluetooth/bluez/src/
hcid.h 86 void start_security_manager(int hdev);
87 void stop_security_manager(int hdev);
security.c 1111 void start_security_manager(int hdev)
1113 GIOChannel *chan = io_data[hdev].channel;
1122 info("Starting security manager %d", hdev);
1124 if ((dev = hci_open_dev(hdev)) < 0) {
1126 hdev, strerror(errno), errno);
1161 hdev, strerror(errno), errno);
1167 if (hci_devinfo(hdev, di) < 0) {
1177 io_data[hdev].watch_id = g_io_add_watch_full(chan, G_PRIORITY_LOW,
1180 io_data[hdev].channel = chan;
1181 io_data[hdev].pin_length = -1
    [all...]
  /external/qemu/
usb-linux.c 207 USBHostDevice *hdev; member in struct:AsyncURB
294 USBHostDevice *s = aurb->hdev;
444 aurb->hdev = s;
584 aurb->hdev = s;
    [all...]

Completed in 82 milliseconds