diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-29 18:56:03 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-29 19:22:35 +0100 |
| commit | 79059de1772b74a9068e3b6a907a692e3414a369 (patch) | |
| tree | 0bc4e99568f0b44674d97e885cde24fce1c895a3 /sys/linux/socket_bluetooth_arm.const | |
| parent | 6b761be0590c6fef2f7d752054bf3cd04ee0bc73 (diff) | |
sys/linux: misc assorted improvements
Add new bpf consts/commands.
Refine bluetooth descriptions.
Remove removed crypto consts.
Diffstat (limited to 'sys/linux/socket_bluetooth_arm.const')
| -rw-r--r-- | sys/linux/socket_bluetooth_arm.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/socket_bluetooth_arm.const b/sys/linux/socket_bluetooth_arm.const index 38dd33b17..bbd3c0240 100644 --- a/sys/linux/socket_bluetooth_arm.const +++ b/sys/linux/socket_bluetooth_arm.const @@ -20,6 +20,8 @@ BT_RCVMTU = 13 BT_SECURITY = 4 BT_SNDMTU = 12 BT_VOICE = 11 +BT_VOICE_CVSD_16BIT = 96 +BT_VOICE_TRANSPARENT = 3 CMTPCONNADD = 1074021320 CMTPCONNDEL = 1074021321 CMTPGETCONNINFO = 2147763155 @@ -56,6 +58,8 @@ HIDPCONNADD = 1074022600 HIDPCONNDEL = 1074022601 HIDPGETCONNINFO = 2147764435 HIDPGETCONNLIST = 2147764434 +HIDP_BOOT_PROTOCOL_MODE_BIT = 2 +HIDP_VIRTUAL_CABLE_UNPLUG_BIT = 1 L2CAP_CONNINFO = 2 L2CAP_LM = 3 L2CAP_LM_AUTH = 2 |
