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_ppc64le.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/socket_bluetooth_ppc64le.const') diff --git a/sys/linux/socket_bluetooth_ppc64le.const b/sys/linux/socket_bluetooth_ppc64le.const index a655e4293..79b403465 100644 --- a/sys/linux/socket_bluetooth_ppc64le.const +++ b/sys/linux/socket_bluetooth_ppc64le.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 = 2147763144 CMTPCONNDEL = 2147763145 CMTPGETCONNINFO = 1074021331 @@ -56,6 +58,8 @@ HIDPCONNADD = 2147764424 HIDPCONNDEL = 2147764425 HIDPGETCONNINFO = 1074022611 HIDPGETCONNLIST = 1074022610 +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