diff mbox series

[v3,2/2] shared/util: Decode BlueZ offload codec UUID

Message ID 20210818055948.22616-2-kiran.k@intel.com (mailing list archive)
State Accepted
Delegated to: Luiz Von Dentz
Headers show
Series [v3,1/2] mgmt: Set offload codec mgmt feature | expand

Commit Message

K, Kiran Aug. 18, 2021, 5:59 a.m. UTC
This adds BlueZ offload codec UUID to uuid128_table so it is
decoded by the likes of btmon.
---
 src/shared/util.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/src/shared/util.c b/src/shared/util.c
index 854b48d38f09..2447564566ce 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1027,6 +1027,7 @@  static const struct {
 		"BlueZ Experimental LL privacy" },
 	{ "330859bc-7506-492d-9370-9a6f0614037f",
 		"BlueZ Experimental Bluetooth Quality Report" },
+	{ "a6695ace-ee7f-4fb9-881a-5fac66c629af", "BlueZ Offload Codecs"},
 	{ }
 };