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;
6767#endif
6868
6969/* Configuration structure */
70- const attCfg_t attCfg =
70+ attCfg_t attCfg =
7171{
7272 15 , /* ATT server service discovery connection idle timeout in seconds */
7373 MBED_CONF_CORDIO_DESIRED_ATT_MTU , /* desired ATT MTU */
@@ -83,7 +83,7 @@ attCfg_t *pAttCfg = (attCfg_t *) &attCfg;
8383**************************************************************************************************/
8484
8585/* Configuration structure */
86- const smpCfg_t smpCfg =
86+ smpCfg_t smpCfg =
8787{
8888 500 , /* 'Repeated attempts' timeout in msec */
8989 SMP_IO_NO_IN_NO_OUT , /* I/O Capability */
You can’t perform that action at this time.
0 commit comments