Diff between bad86f3b3cc921dc164f9576414e644c6d30b418 and d6a9e8a7fb23f1cecf2d94f8ee48fca33b332ae0
Changed Files
| File | Additions | Deletions | Status |
| monitor/control.c | +2 | -1 | modified |
Full Patch
diff --git a/monitor/control.c b/monitor/control.c
index e848be8..6ec0bdc 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -207,7 +207,8 @@ static void mgmt_new_long_term_key(uint16_t len, const void *buf)
ba2str(&ev->key.addr.bdaddr, str);
- printf("@ New Long Term Key: %s (%d)\n", str, ev->key.addr.type);
+ printf("@ New Long Term Key: %s (%d) %s\n", str, ev->key.addr.type,
+ ev->key.master ? "Master" : "Slave");
buf += sizeof(*ev);
len -= sizeof(*ev);