Diff between 2179f571e194c2c4635f3501d448a8a934c2c998 and bd36dfff022eb2ad2aa239a3b71ae8f7a1926b07
Changed Files
| File | Additions | Deletions | Status |
| tools/hci-tester.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/hci-tester.c b/tools/hci-tester.c
index 75d09f0..e900789 100644
--- a/tools/hci-tester.c
+++ b/tools/hci-tester.c
@@ -451,7 +451,7 @@ static void test_le_read_local_pk_status(const void *data, uint8_t size,
uint8_t status = *((uint8_t *) data);
if (status) {
- tester_warn("Failed to send DHKey gen cmd (0x%02x)", status);
+ tester_warn("Failed to send Read Local PK256 cmd (0x%02x)", status);
tester_test_failed();
return;
}