Diff between cea8ed9942a38d92c553f894a05c7228149468f6 and eb129aaf503fc5e24310559287e7bf26a25950c4

Changed Files

File Additions Deletions Status
monitor/packet.c +2 -1 modified

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index a93140a..0ff65e4 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -7594,7 +7594,8 @@ static const struct opcode_data opcode_table[] = {
 				le_read_phy_cmd, 2, true,
 				le_read_phy_rsp, 5, true},
 	{ 0x2031, 285, "LE Set Default PHY",
-				le_set_default_phy_cmd, 3, true},
+				le_set_default_phy_cmd, 3, true,
+				status_rsp, 1, true },
 	{ 0x2032, 286, "LE Set PHY",
 				le_set_phy_cmd, 7, true},
 	{ 0x2033, 287, "LE Enhanced Receiver Test" },