Hi Nordic,
We created a firmware based on the eddystone example in nRF5_SDK_17.0.0_9d13099,
I modified the macro APP_CONFIG_ADV_INTERVAL_MS_MAX in es_app_config.h from 10240 to 20000, and then configure the advertising interval to 20000ms,
it report an error, <error> app: Fatal error . Can you help analyze why there is this error? I know that in the BLE core v5.0, the advertising_interval_max are 10.24s.
However, previously we created the same application firmware based on nRF5_SDK_14.0.0_3bcc1f7, with the same settings(APP_CONFIG_ADV_INTERVAL_MS_MAX ---20000), if we configure the interval to 20000, it can advertising as expected 20000ms.
The same settings in application, different SDK, Why the maximum interval that can be set is different? Thanks in advance.
Best regards,
Susan