Diff between 5019ebe2fd0a4585b571ffff5e824a2aa9515672 and 8779f3db6cbb2a9e1d64842ea2d58eec2ed9fc59

Changed Files

File Additions Deletions Status
emulator/le.c +1 -1 modified

Full Patch

diff --git a/emulator/le.c b/emulator/le.c
index cddf872..6a06207 100644
--- a/emulator/le.c
+++ b/emulator/le.c
@@ -262,7 +262,7 @@ static void reset_defaults(struct bt_le *hci)
 
 	hci->le_resolv_list_size = RESOLV_LIST_SIZE;
 	hci->le_resolv_enable = 0x00;
-	hci->le_resolv_timeout = 0x0384;	/* 900 secs of 15 minutes */
+	hci->le_resolv_timeout = 0x0384;	/* 900 secs or 15 minutes */
 }
 
 static void send_event(struct bt_le *hci, uint8_t event,