Diff between 3fb4e1cca2eaddc413d1ebed9d862084351efdbc and ef14e6eaa7e698d0f62feed3eecd0cae74484d7b
Changed Files
| File | Additions | Deletions | Status |
| monitor/att.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/att.c b/monitor/att.c
index 00db8dd..de70a9d 100644
--- a/monitor/att.c
+++ b/monitor/att.c
@@ -1547,7 +1547,7 @@ static void print_notify(const struct l2cap_frame *frame, uint16_t handle,
return;
}
- attr = get_attribute(frame, handle, false);
+ attr = get_attribute(frame, handle, true);
if (!attr)
return;