From 8779f3db6cbb2a9e1d64842ea2d58eec2ed9fc59 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 14 Dec 2014 09:48:11 +0200 Subject: [PATCH] emulator: Fix minor typo --- emulator/le.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/le.c b/emulator/le.c index cddf8729c..6a06207bc 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, -- 2.47.3