Diff between 38c7cd663afc623a857579597753c7690e5f011c and 8f07b9df5c3481a14b4bdb1a7975c6672355bc26

Changed Files

File Additions Deletions Status
tools/oobtest.c +3 -5 modified

Full Patch

diff --git a/tools/oobtest.c b/tools/oobtest.c
index 42d6fa3..e967de7 100644
--- a/tools/oobtest.c
+++ b/tools/oobtest.c
@@ -417,13 +417,11 @@ static void read_oob_ext_data_complete(uint8_t status, uint16_t len,
 			char str[18];
 
 			ba2str((bdaddr_t *) (eir + 2), str);
-
-			printf("  Device address: %s\n", str);
-			printf("  Device type: %s\n",
-					eir[8] ? "random" : "public");
+			printf("  Device address: %s (%s)\n", str,
+						eir[8] ? "random" : "public");
 		}
 
-		/* LE Bluetooth Device Address */
+		/* LE Role */
 		if (eir[1] == 0x1c)
 			printf("  Role: 0x%02x\n", eir[2]);