Home
last modified time | relevance | path

Searched refs:HCIGETDEVINFO (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/profilers/powertop/src/
Dbluetooth.c41 #define HCIGETDEVINFO _IOR('H', 211, int) macro
117 ret = ioctl(fd, HCIGETDEVINFO, (void *) &devinfo); in suggest_bluetooth_off()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py180 HCIGETDEVINFO = 0x800448d3 variable
1166 fcntl.ioctl(self.fileno(), HCIGETDEVINFO, buf, 1)
/external/libpcap/
Dpcap-bt-linux.c388 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info); in bt_stats_linux()