shared/util: Decode BlueZ Experimental ISO Socket UUID
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 16 Dec 2021 00:49:08 +0000 (16:49 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
This adds BlueZ experimental ISO Socket UUID to uuid128_table so it is
decoded by the likes of btmon.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/util.c

index 0f009b5..4e8ac28 100755 (executable)
@@ -1148,6 +1148,8 @@ static const struct {
        { "330859bc-7506-492d-9370-9a6f0614037f",
                "BlueZ Experimental Bluetooth Quality Report" },
        { "a6695ace-ee7f-4fb9-881a-5fac66c629af", "BlueZ Offload Codecs"},
+       { "6fbaf188-05e0-496a-9885-d6ddfdb4e03e",
+               "BlueZ Experimental ISO Socket"},
        { }
 };