From 79059de1772b74a9068e3b6a907a692e3414a369 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 29 Dec 2018 18:56:03 +0100 Subject: sys/linux: misc assorted improvements Add new bpf consts/commands. Refine bluetooth descriptions. Remove removed crypto consts. --- sys/linux/socket_bluetooth_arm.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/socket_bluetooth_arm.const') 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 -- cgit mrf-deployment