We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4470f64 commit 4b0296aCopy full SHA for 4b0296a
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c
@@ -72,7 +72,7 @@ attCfg_t attCfg =
72
15, /* ATT server service discovery connection idle timeout in seconds */
73
CORDIO_CFG_DESIRED_ATT_MTU, /* desired ATT MTU */
74
ATT_MAX_TRANS_TIMEOUT, /* transcation timeout in seconds */
75
- 4 /* number of queued prepare writes supported by server */
+ CORDIO_CFG_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */
76
};
77
78
/* Configuration pointer */
0 commit comments