Diff between d71b2618df24c85d7b4bf1e6ef4aa8ef3e365847 and 4bbda01455040dc07239d6b12b3dc809f6618e3d
Changed Files
| File | Additions | Deletions | Status |
| monitor/ll.c | +4 | -0 | modified |
Full Patch
diff --git a/monitor/ll.c b/monitor/ll.c
index 6212f79..c5e1105 100644
--- a/monitor/ll.c
+++ b/monitor/ll.c
@@ -506,6 +506,10 @@ static const struct llcp_data llcp_table[] = {
{ 0x13, "LL_PING_RSP", null_pdu, 0, true },
{ 0x14, "LL_LENGTH_REQ", NULL, 8, true },
{ 0x15, "LL_LENGTH_RSP", NULL, 8, true },
+ { 0x16, "LL_PHY_REQ", NULL, 2, true },
+ { 0x17, "LL_PHY_RSP", NULL, 2, true },
+ { 0x18, "LL_PHY_UPDATE_IND", NULL, 4, true },
+ { 0x19, "LL_MIN_USED_CHANNELS_IND", NULL, 2, true },
{ }
};