From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds decoding support of MGM LL Privacy setting (bit 22). --- monitor/packet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/packet.c b/monitor/packet.c index b186431cf135..15f741c61489 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -12999,6 +12999,7 @@ static const struct bitfield_data mgmt_settings_table[] = { { 19, "CIS Peripheral" }, { 20, "ISO Broadcaster" }, { 21, "Sync Receiver" }, + { 22, "LL Privacy" }, {} }; -- 2.48.1