Home
last modified time | relevance | path

Searched refs:HCIGETDEVINFO (Results 1 – 8 of 8) 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/adhd/seccomp/
Dcras-seccomp-amd64.policy88 # HCIGETDEVINFO
Dcras-seccomp-arm.policy97 # HCIGETDEVINFO
Dcras-seccomp-arm64.policy8 # HCIGETDEVINFO
/external/adhd/cras/src/server/
Dcras_bt_adapter.c70 err = ioctl(ctl, HCIGETDEVINFO, (void *)&dev_info); in cras_bt_adapter_query_bus_type()
/external/libpcap/
Dpcap-bt-linux.c412 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info); in bt_stats_linux()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py180 HCIGETDEVINFO = 0x800448d3 variable
1191 fcntl.ioctl(self.fileno(), HCIGETDEVINFO, buf, 1)