monitor: Update le event mask with bits 20-23
authorŁukasz Rymanowski <lukasz.rymanowski@codecoup.pl>
Sat, 29 Jul 2023 00:45:49 +0000 (02:45 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
monitor/packet.c

index 1199277..fdf0c51 100755 (executable)
@@ -3086,6 +3086,10 @@ static const struct bitfield_data events_le_table[] = {
        { 17, "LE Extended Advertising Set Terminated"  },
        { 18, "LE Scan Request Received"                },
        { 19, "LE Channel Selection Algorithm"          },
+       { 20, "LE Connectionless IQ Report"             },
+       { 21, "LE Connection IQ Report"                 },
+       { 22, "LE CTE Request Failed"                   },
+       { 23, "LE Periodic Advertising Sync Transfer Rvc"},
        { 24, "LE CIS Established"                      },
        { 25, "LE CIS Request"                          },
        { 26, "LE Create BIG Complete"                  },