From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds support to decode Client Supported Features and Database Hash. --- src/shared/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/util.c b/src/shared/util.c index 145bb2a3a..330a0722a 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -526,6 +526,8 @@ static const struct { { 0x2adc, "Mesh Provisioning Data Out" }, { 0x2add, "Mesh Proxy Data In" }, { 0x2ade, "Mesh Proxy Data Out" }, + { 0x2b29, "Client Supported Features" }, + { 0x2b2A, "Database Hash" }, /* vendor defined */ { 0xfeff, "GN Netcom" }, { 0xfefe, "GN ReSound A/S" }, -- 2.17.2