I am using "ble_app_beacon" code in nRF5_SDK_17.0.2 so that it beacons every 10 seconds.
When I increase beaconing period (NON_CONNECTABLE_ADV_INTERVAL) above 10.24s, the code does not work and I get this in the Debug terminal:
<info> app_timer: RTC: initialized.
<error> app: ERROR 7 [NRF_ERROR_INVALID_PARAM]
PC at: 0x0002EAA1
<error> app: End of error report
How can I increase beaconing period above this limit?
Thanks

