Diff between dd8cdef3c076cc51894b4f8f7869ff8c1b1110dc and 115fc8b9230d4929d29466b6b6dff19c7f991c8b

Changed Files

File Additions Deletions Status
monitor/l2cap.c +2 -0 modified

Full Patch

diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index c5118fc..47fb3bc 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -2390,6 +2390,8 @@ static void print_smp_key_dist(const char *label, uint8_t dist)
 			strcat(str, "IdKey ");
 		if (dist & 0x04)
 			strcat(str, "Sign ");
+		if (dist & 0x08)
+			strcat(str, "LinkKey ");
 	}
 
 	print_field("%s: %s(0x%2.2x)", label, str, dist);