File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ l2cCfg_t *pL2cCfg = &l2cCfg;
62
62
ATT
63
63
**************************************************************************************************/
64
64
65
- #if CORDIO_CFG_DESIRED_ATT_MTU < ATT_DEFAULT_MTU || CORDIO_CFG_DESIRED_ATT_MTU > ATT_MAX_MTU
65
+ #if MBED_CONF_CORDIO_DESIRED_ATT_MTU < ATT_DEFAULT_MTU || MBED_CONF_CORDIO_DESIRED_ATT_MTU > ATT_MAX_MTU
66
66
#error "CORDIO_CFG_DESIRED_ATT_MTU value is outside valid range"
67
67
#endif
68
68
69
69
/* Configuration structure */
70
70
attCfg_t attCfg =
71
71
{
72
72
15 , /* ATT server service discovery connection idle timeout in seconds */
73
- MBED_CONF_CORDIO_DESIRED_ATT_MT , /* desired ATT MTU */
73
+ MBED_CONF_CORDIO_DESIRED_ATT_MTU , /* desired ATT MTU */
74
74
ATT_MAX_TRANS_TIMEOUT , /* transcation timeout in seconds */
75
75
MBED_CONF_CORDIO_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */
76
76
};
You can’t perform that action at this time.
0 commit comments