Home
last modified time | relevance | path

Searched refs:HCIGETDEVINFO (Results 1 – 14 of 14) 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/adhd/cras/src/common/
Dbluetooth.h29 #define HCIGETDEVINFO _IOR('H', 211, int) macro
/external/syzkaller/sys/linux/
Dsocket_bluetooth_ppc64le.const35 HCIGETDEVINFO = 1074022611
Dsocket_bluetooth_arm64.const35 HCIGETDEVINFO = 2147764435
Dsocket_bluetooth_386.const35 HCIGETDEVINFO = 2147764435
Dsocket_bluetooth_arm.const35 HCIGETDEVINFO = 2147764435
Dsocket_bluetooth_amd64.const35 HCIGETDEVINFO = 2147764435
Dsocket_bluetooth.txt261 bt_hci_ioctl = HCIDEVUP, HCIDEVDOWN, HCIDEVRESET, HCIDEVRESTAT, HCIGETDEVLIST, HCIGETDEVINFO, HCIGE…
/external/adhd/seccomp/
Dcras-seccomp-amd64.policy82 # HCIGETDEVINFO
Dcras-seccomp-arm.policy88 # HCIGETDEVINFO
Dcras-seccomp-arm64.policy8 # HCIGETDEVINFO
/external/adhd/cras/src/server/
Dcras_bt_adapter.c55 err = ioctl(ctl, HCIGETDEVINFO, (void *)&dev_info); in cras_bt_adapter_query_bus_type()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py180 HCIGETDEVINFO = 0x800448d3 variable
1191 fcntl.ioctl(self.fileno(), HCIGETDEVINFO, buf, 1)
/external/libpcap/
Dpcap-bt-linux.c399 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info); in bt_stats_linux()