From 4b0296a6e182f016669f1b88db19b6acaf4b679f Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Fri, 22 Feb 2019 13:52:21 +0000 Subject: [PATCH] prepared writes options --- .../stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c | 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.c b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c index dcd285228f..e423ccfc7b 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c @@ -72,7 +72,7 @@ attCfg_t attCfg = 15, /* ATT server service discovery connection idle timeout in seconds */ CORDIO_CFG_DESIRED_ATT_MTU, /* desired ATT MTU */ ATT_MAX_TRANS_TIMEOUT, /* transcation timeout in seconds */ - 4 /* number of queued prepare writes supported by server */ + CORDIO_CFG_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */ }; /* Configuration pointer */