File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/FEATURE_BLE/targets/TARGET_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 @@ -67,7 +67,7 @@ l2cCfg_t *pL2cCfg = (l2cCfg_t *) &l2cCfg;
67
67
#endif
68
68
69
69
/* Configuration structure */
70
- const attCfg_t attCfg =
70
+ attCfg_t attCfg =
71
71
{
72
72
15 , /* ATT server service discovery connection idle timeout in seconds */
73
73
MBED_CONF_CORDIO_DESIRED_ATT_MTU , /* desired ATT MTU */
@@ -83,7 +83,7 @@ attCfg_t *pAttCfg = (attCfg_t *) &attCfg;
83
83
**************************************************************************************************/
84
84
85
85
/* Configuration structure */
86
- const smpCfg_t smpCfg =
86
+ smpCfg_t smpCfg =
87
87
{
88
88
500 , /* 'Repeated attempts' timeout in msec */
89
89
SMP_IO_NO_IN_NO_OUT , /* I/O Capability */
You can’t perform that action at this time.
0 commit comments