prepared writes options

pull/9813/head
paul-szczepanek-arm 2019-02-22 13:52:21 +00:00
parent 4470f64581
commit 4b0296a6e1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */