Searched refs:HCIGETDEVINFO (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/profilers/powertop/src/ |
D | bluetooth.c | 41 #define HCIGETDEVINFO _IOR('H', 211, int) macro 117 ret = ioctl(fd, HCIGETDEVINFO, (void *) &devinfo); in suggest_bluetooth_off()
|
/external/adhd/cras/src/common/ |
D | bluetooth.h | 29 #define HCIGETDEVINFO _IOR('H', 211, int) macro
|
/external/adhd/seccomp/ |
D | cras-seccomp-amd64.policy | 88 # HCIGETDEVINFO
|
D | cras-seccomp-arm.policy | 97 # HCIGETDEVINFO
|
D | cras-seccomp-arm64.policy | 8 # HCIGETDEVINFO
|
/external/adhd/cras/src/server/ |
D | cras_bt_adapter.c | 70 err = ioctl(ctl, HCIGETDEVINFO, (void *)&dev_info); in cras_bt_adapter_query_bus_type()
|
/external/libpcap/ |
D | pcap-bt-linux.c | 412 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info); in bt_stats_linux()
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 180 HCIGETDEVINFO = 0x800448d3 variable 1191 fcntl.ioctl(self.fileno(), HCIGETDEVINFO, buf, 1)
|