From 62473419f786e1c73c2750e90453fcdb6d15e98e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 14 Apr 2020 16:02:38 +0200 Subject: [PATCH] hci: allow to specify HCI_RESET_RESEND_TIMEOUT_MS from btstack_config.h --- src/hci.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hci.c b/src/hci.c index 0c579d957..b9a3d9770 100644 --- a/src/hci.c +++ b/src/hci.c @@ -94,7 +94,10 @@ #endif #define HCI_CONNECTION_TIMEOUT_MS 10000 + +#ifndef HCI_RESET_RESEND_TIMEOUT_MS #define HCI_RESET_RESEND_TIMEOUT_MS 200 +#endif // Names are arbitrarily shortened to 32 bytes if not requested otherwise #ifndef GAP_INQUIRY_MAX_NAME_LEN