From 0342f8c7bc656ea8ee3c45e49edeb4ee9cc12cce Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 19 Jan 2020 13:47:56 +0100 Subject: sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi) --- sys/linux/socket_bluetooth_arm64.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/socket_bluetooth_arm64.const') diff --git a/sys/linux/socket_bluetooth_arm64.const b/sys/linux/socket_bluetooth_arm64.const index f9fb4cced..f2af44edf 100644 --- a/sys/linux/socket_bluetooth_arm64.const +++ b/sys/linux/socket_bluetooth_arm64.const @@ -1,6 +1,9 @@ # AUTOGENERATED FILE AF_BLUETOOTH = 31 AT_FDCWD = 18446744073709551516 +BDADDR_BREDR = 0 +BDADDR_LE_PUBLIC = 1 +BDADDR_LE_RANDOM = 2 BNEPCONNADD = 1074021064 BNEPCONNDEL = 1074021065 BNEPGETCONNINFO = 2147762899 @@ -79,6 +82,7 @@ L2CAP_LM_RELIABLE = 16 L2CAP_LM_SECURE = 32 L2CAP_LM_TRUSTED = 8 L2CAP_OPTIONS = 1 +O_RDWR = 2 RFCOMM_CONNINFO = 2 RFCOMM_LM = 3 SCO_CONNINFO = 2 -- cgit mrf-deployment