hci: allow to specify HCI_RESET_RESEND_TIMEOUT_MS from btstack_config.h

This commit is contained in:
Matthias Ringwald 2020-04-14 16:02:38 +02:00
parent 273692f274
commit 62473419f7

View File

@ -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