diff --git a/nimble/host/src/ble_hs_hci.c b/nimble/host/src/ble_hs_hci.c index af07fce5e..72bbeb38d 100644 --- a/nimble/host/src/ble_hs_hci.c +++ b/nimble/host/src/ble_hs_hci.c @@ -28,7 +28,7 @@ #include "ble_hs_dbg_priv.h" #include "ble_monitor_priv.h" -#define BLE_HCI_CMD_TIMEOUT (OS_TICKS_PER_SEC) +#define BLE_HCI_CMD_TIMEOUT ((OS_TICKS_PER_SEC) * 2) static struct os_mutex ble_hs_hci_mutex; static struct os_sem ble_hs_hci_sem;