diff mbox series

[BlueZ,2/3] monitor: Add missing flags to MGMT Device Found Event

Message ID 20230620204053.643608-2-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ,1/3] mgmt-api: Update Device Found Event documentation | expand

Commit Message

Luiz Augusto von Dentz June 20, 2023, 8:40 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds the missing flags to MGMT Device Found Event so they can be
decoded properly.
---
 monitor/packet.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index 6d73e5abfcbc..4473fda29a46 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -12858,6 +12858,8 @@  static const struct bitfield_data mgmt_device_flags_table[] = {
 	{  1, "Legacy Pairing"			},
 	{  2, "Not Connectable"			},
 	{  3, "Connection Locally Initiated"	},
+	{  4, "Name Request Failed"		},
+	{  5, "Scan Response"			},
 	{ }
 };