From: Silviu Florian Barbulescu <[email protected]>
This adds bits for broadcast support to mgmt_settings_table.
---
monitor/packet.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/monitor/packet.c b/monitor/packet.c
index 94561b65e..30bdcef4c 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -12653,7 +12653,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)
--
2.34.1