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

  /system/bluetooth/bluedroid/
bluetooth.c 247 if (ioctl(hci_sock, HCIGETDEVINFO, (void *)&dev_info) < 0) {
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 42 #define HCIGETDEVINFO _IOR('H', 211, int)
  /external/bluetooth/bluez/tools/
hciconfig.c 74 if (ioctl(ctl, HCIGETDEVINFO, (void *) &di) < 0)
    [all...]
hcitool.c 58 if (ioctl(s, HCIGETDEVINFO, (void *) &di))
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 862 if (ioctl(dd, HCIGETDEVINFO, (void *) &di))
875 if (ioctl(dd, HCIGETDEVINFO, (void *) &di))
916 ret = ioctl(dd, HCIGETDEVINFO, (void *) di);
    [all...]
  /external/bluetooth/bluez/src/
security.c 995 ioctl(dev, HCIGETDEVINFO, (void *) di);
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 85 #define HCIGETDEVINFO _IOR('H', 211, int)
    [all...]

Completed in 38 milliseconds