diff options
Diffstat (limited to 'extmod/btstack/btstack_config.h')
| -rw-r--r-- | extmod/btstack/btstack_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extmod/btstack/btstack_config.h b/extmod/btstack/btstack_config.h index 0976bbe72..f420f47a5 100644 --- a/extmod/btstack/btstack_config.h +++ b/extmod/btstack/btstack_config.h @@ -41,4 +41,7 @@ // BTstack HAL configuration #define HAVE_EMBEDDED_TIME_MS +// Some USB dongles take longer to respond to HCI reset (e.g. BCM20702A). +#define HCI_RESET_RESEND_TIMEOUT_MS 1000 + #endif // MICROPY_INCLUDED_EXTMOD_BTSTACK_BTSTACK_CONFIG_H |
