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 a729718 commit f62217bCopy full SHA for f62217b
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c
@@ -70,8 +70,8 @@ l2cCfg_t *pL2cCfg = &l2cCfg;
70
attCfg_t attCfg =
71
{
72
15, /* ATT server service discovery connection idle timeout in seconds */
73
- MBED_CONF_CORDIO_DESIRED_ATT_MTU, /* desired ATT MTU */
74
- ATT_MAX_TRANS_TIMEOUT, /* transcation timeout in seconds */
+ MBED_CONF_CORDIO_DESIRED_ATT_MTU, /* desired ATT MTU */
+ ATT_MAX_TRANS_TIMEOUT, /* transaction timeout in seconds */
75
MBED_CONF_CORDIO_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */
76
};
77
0 commit comments