monitor: Decode broadcast bits of MGMT settings
authorSilviu Florian Barbulescu <silviu.barbulescu@nxp.com>
Thu, 25 May 2023 15:34:49 +0000 (18:34 +0300)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
This adds bits for broadcast support to mgmt_settings_table.

monitor/packet.c

index cb9f5da..9a973d3 100755 (executable)
@@ -12798,7 +12798,9 @@ static const struct bitfield_data mgmt_settings_table[] = {
        { 17, "Wideband Speech"         },
        { 18, "CIS Central"             },
        { 19, "CIS Peripheral"          },
-       { }
+       { 20, "ISO Broadcaster"         },
+       { 21, "Sync Receiver"           },
+       {}
 };
 
 static void mgmt_print_settings(const char *label, uint32_t settings)