diff mbox series

[BlueZ,2/3] shared/util: Decode BlueZ experimental UUIDs

Message ID 20210518183937.786605-2-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ,1/3] shared/util: Add bt_uuid128_to_str | expand

Commit Message

Luiz Augusto von Dentz May 18, 2021, 6:39 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds BlueZ experimental UUIDs to uuid128_table so they are
decoded by the likes of btmon.
---
 src/shared/util.c | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/src/shared/util.c b/src/shared/util.c
index 7fb1c01dc..8c216f936 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1019,6 +1019,12 @@  static const struct {
 	{ "6e400001-b5a3-f393-e0a9-e50e24dcca9e", "Nordic UART Service" },
 	{ "6e400002-b5a3-f393-e0a9-e50e24dcca9e", "Nordic UART TX"	},
 	{ "6e400003-b5a3-f393-e0a9-e50e24dcca9e", "Nordic UART RX"	},
+	/* BlueZ Experimental Features */
+	{ "d4992530-b9ec-469f-ab01-6c481c47da1c", "BlueZ Experimental Debug" },
+	{ "671b10b5-42c0-4696-9227-eb28d1b049d6",
+		"BlueZ Experimental Simultaneous Central and Peripheral" },
+	{ "15c0a148-c273-11ea-b3de-0242ac130004",
+		"BlueZ Experimental LL privacy" },
 	{ }
 };