1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-04 22:20:26 +00:00

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

@ -94,7 +94,10 @@
#endif #endif
#define HCI_CONNECTION_TIMEOUT_MS 10000 #define HCI_CONNECTION_TIMEOUT_MS 10000
#ifndef HCI_RESET_RESEND_TIMEOUT_MS
#define HCI_RESET_RESEND_TIMEOUT_MS 200 #define HCI_RESET_RESEND_TIMEOUT_MS 200
#endif
// Names are arbitrarily shortened to 32 bytes if not requested otherwise // Names are arbitrarily shortened to 32 bytes if not requested otherwise
#ifndef GAP_INQUIRY_MAX_NAME_LEN #ifndef GAP_INQUIRY_MAX_NAME_LEN