Diff between c9a87056d733bc23279b30243f03923e53153a94 and a5583ffc450aec1d988ccfcbe0690a7b37f17817
Changed Files
| File | Additions | Deletions | Status |
| src/adapter.c | +3 | -2 | modified |
Full Patch
diff --git a/src/adapter.c b/src/adapter.c
index 95b5349..531f276 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -6696,8 +6696,9 @@ static void new_link_key_callback(uint16_t index, uint16_t length,
ba2str(&addr->bdaddr, dst);
- DBG("hci%u new key for %s type %u pin_len %u", adapter->dev_id,
- dst, ev->key.type, ev->key.pin_len);
+ DBG("hci%u new key for %s type %u pin_len %u store_hint %u",
+ adapter->dev_id, dst, ev->key.type, ev->key.pin_len,
+ ev->store_hint);
if (ev->key.pin_len > 16) {
error("Invalid PIN length (%u) in new_key event",