diff mbox series

[BlueZ,2/5] monitor: Update le event mask with bits 20-23

Message ID 20230729004552.1422547-3-lukasz.rymanowski@codecoup.pl
State New
Headers show
Series Couple of improvements to btmon | expand

Commit Message

Ɓukasz Rymanowski July 29, 2023, 12:45 a.m. UTC
---
 monitor/packet.c | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index c7c0308db..fd8df7a8b 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -3087,6 +3087,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"			},