From 57b79d9659ab81cfe195ab8597defa12ef5c4e5b Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Fri, 7 Dec 2018 13:24:28 +0000 Subject: [PATCH] BLE: Set the number of supported phy by the host to 3. --- .../stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.h index f5c8e81423..4cf937425c 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.h @@ -92,7 +92,7 @@ extern "C" { /*! \brief Number of scanner and initiator PHYs (LE 1M, LE 2M and LE Coded): must be set to 1 for legacy scanner and initiator */ #ifndef DM_NUM_PHYS -#define DM_NUM_PHYS 1 +#define DM_NUM_PHYS 3 #endif /**@}*/