monitor: Add missing flags to MGMT Device Found Event
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 20 Jun 2023 20:36:35 +0000 (13:36 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
This adds the missing flags to MGMT Device Found Event so they can be
decoded properly.

monitor/packet.c

index de5c068..dec10e6 100755 (executable)
@@ -12854,6 +12854,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"                   },
        { }
 };