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

  /external/adhd/cras/src/common/
bluetooth.h 29 #define HCIGETDEVINFO _IOR('H', 211, int)
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 41 #define HCIGETDEVINFO _IOR('H', 211, int)
117 ret = ioctl(fd, HCIGETDEVINFO, (void *) &devinfo);
  /external/adhd/cras/src/server/
cras_bt_adapter.c 55 err = ioctl(ctl, HCIGETDEVINFO, (void *)&dev_info);
  /external/libpcap/
pcap-bt-linux.c 388 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info);
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py 180 HCIGETDEVINFO = 0x800448d3
    [all...]

Completed in 125 milliseconds