Searched refs:HCIGETDEVINFO (Results 1 – 14 of 14) 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/syzkaller/sys/linux/ |
D | socket_bluetooth_ppc64le.const | 35 HCIGETDEVINFO = 1074022611
|
D | socket_bluetooth_arm64.const | 35 HCIGETDEVINFO = 2147764435
|
D | socket_bluetooth_386.const | 35 HCIGETDEVINFO = 2147764435
|
D | socket_bluetooth_arm.const | 35 HCIGETDEVINFO = 2147764435
|
D | socket_bluetooth_amd64.const | 35 HCIGETDEVINFO = 2147764435
|
D | socket_bluetooth.txt | 261 bt_hci_ioctl = HCIDEVUP, HCIDEVDOWN, HCIDEVRESET, HCIDEVRESTAT, HCIGETDEVLIST, HCIGETDEVINFO, HCIGE…
|
/external/adhd/seccomp/ |
D | cras-seccomp-amd64.policy | 82 # HCIGETDEVINFO
|
D | cras-seccomp-arm.policy | 88 # HCIGETDEVINFO
|
D | cras-seccomp-arm64.policy | 8 # HCIGETDEVINFO
|
/external/adhd/cras/src/server/ |
D | cras_bt_adapter.c | 55 err = ioctl(ctl, HCIGETDEVINFO, (void *)&dev_info); in cras_bt_adapter_query_bus_type()
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 180 HCIGETDEVINFO = 0x800448d3 variable 1191 fcntl.ioctl(self.fileno(), HCIGETDEVINFO, buf, 1)
|
/external/libpcap/ |
D | pcap-bt-linux.c | 399 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info); in bt_stats_linux()
|