Skip to content

Commit 4b0296a

Browse files
prepared writes options
1 parent 4470f64 commit 4b0296a

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ attCfg_t attCfg =
7272
15, /* ATT server service discovery connection idle timeout in seconds */
7373
CORDIO_CFG_DESIRED_ATT_MTU, /* desired ATT MTU */
7474
ATT_MAX_TRANS_TIMEOUT, /* transcation timeout in seconds */
75-
4 /* number of queued prepare writes supported by server */
75+
CORDIO_CFG_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */
7676
};
7777

7878
/* Configuration pointer */

0 commit comments

Comments
 (0)