diff --git a/monitor/packet.c b/monitor/packet.c
index 3e2485a..031f307 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
static const struct features_data features_le[] = {
{ 0, "LE Encryption" },
+ { 1, "Connection Parameter Request Procedure" },
+ { 2, "Extended Reject Indication" },
+ { 3, "Slave-initiated Features Exchange" },
{ 4, "LE Ping" },
{ }
};
uint8_t bit;
const char *str;
} events_le_table[] = {
- { 0, "LE Connection Complete" },
- { 1, "LE Advertising Report" },
- { 2, "LE Connection Update Complete" },
- { 3, "LE Read Remote Used Features" },
- { 4, "LE Long Term Key Request" },
+ { 0, "LE Connection Complete" },
+ { 1, "LE Advertising Report" },
+ { 2, "LE Connection Update Complete" },
+ { 3, "LE Read Remote Used Features" },
+ { 4, "LE Long Term Key Request" },
+ { 5, "LE Remote Connection Parameter Request" },
{ }
};