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 --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"}, { } }; -- 2.17.1