Message ID | 20230729004552.1422547-3-lukasz.rymanowski@codecoup.pl (mailing list archive) |
---|---|
State | Accepted |
Commit | 7c6e030ac976b3d746edce9a1e36d7dc9696edcb |
Headers | show |
Series | Couple of improvements to btmon | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
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" },