Message ID | 20230729004552.1422547-3-lukasz.rymanowski@codecoup.pl |
---|---|
State | New |
Headers | show |
Series | Couple of improvements to btmon | expand |
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" },