monitor: Add decoding support for Sync Receiver events
authorClaudia Draghicescu <claudia.rosu@nxp.com>
Tue, 4 Jul 2023 07:41:44 +0000 (10:41 +0300)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
This commit adds decoding support for PA Sync Established,
BIG Sync Established and BIG Sync Lost events.

lib/mgmt.h
monitor/packet.c

index bb7ab0b..71c410c 100644 (file)
@@ -1248,6 +1248,9 @@ static const char *mgmt_ev[] = {
        "Advertisement Monitor Device Lost",
        "Mesh Packet Found",
        "Mesh Packet Complete",
+       "PA Sync Established",
+       "BIG Sync Established",
+       "BIG Sync Lost",
 };
 
 static const char *mgmt_status[] = {
index f2c9f64..3a40f6d 100755 (executable)
@@ -3092,6 +3092,11 @@ static const struct bitfield_data events_le_table[] = {
        { 27, "LE Terminate BIG Complete"               },
        { 28, "LE BIG Sync Estabilished Complete"       },
        { 29, "LE BIG Sync Lost"                        },
+       { 30, "LE Request Peer SCA Complete"},
+       { 31, "LE Path Loss Threshold"          },
+       { 32, "LE Transmit Power Reporting"     },
+       { 33, "LE BIG Info Advertising Report"  },
+       { 34, "LE Subrate Change"                       },
        { }
 };