diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-29 19:19:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-29 19:22:35 +0100 |
| commit | f02201ce9abdc8b21dee6870bf978ef0ba988a2f (patch) | |
| tree | cacac16769464f72959e4577fb02b42c7ac2a792 /sys/linux/socket_bluetooth_386.const | |
| parent | 79059de1772b74a9068e3b6a907a692e3414a369 (diff) | |
sys/linux: describe /dev/vhci interface
Diffstat (limited to 'sys/linux/socket_bluetooth_386.const')
| -rw-r--r-- | sys/linux/socket_bluetooth_386.const | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/linux/socket_bluetooth_386.const b/sys/linux/socket_bluetooth_386.const index 487880eb6..6f423cbb6 100644 --- a/sys/linux/socket_bluetooth_386.const +++ b/sys/linux/socket_bluetooth_386.const @@ -1,5 +1,6 @@ # AUTOGENERATED FILE AF_BLUETOOTH = 31 +AT_FDCWD = 18446744073709551516 BNEPCONNADD = 1074021064 BNEPCONNDEL = 1074021065 BNEPGETCONNINFO = 2147762899 @@ -47,13 +48,21 @@ HCISETRAW = 1074022620 HCISETSCAN = 1074022621 HCISETSCOMTU = 1074022628 HCIUNBLOCKADDR = 1074022631 +HCI_ACLDATA_PKT = 2 +HCI_AMP = 1 HCI_CHANNEL_CONTROL = 3 HCI_CHANNEL_MONITOR = 2 HCI_CHANNEL_RAW = 0 HCI_CHANNEL_USER = 1 HCI_DATA_DIR = 1 +HCI_EVENT_PKT = 4 +HCI_EXTERNAL_CONFIG = 64 HCI_FILTER = 2 +HCI_PRIMARY = 0 +HCI_RAW_DEVICE = 128 +HCI_SCODATA_PKT = 3 HCI_TIME_STAMP = 3 +HCI_VENDOR_PKT = 255 HIDPCONNADD = 1074022600 HIDPCONNDEL = 1074022601 HIDPGETCONNINFO = 2147764435 @@ -87,5 +96,7 @@ __NR_bind = 361 __NR_connect = 362 __NR_getsockopt = 365 __NR_ioctl = 54 +__NR_openat = 295 __NR_setsockopt = 366 __NR_socket = 359 +__NR_write = 4 |
