Hi
I'd like to implement several modes of operation, e.g., mode A has advertising interval to 300ms, mode B has 500ms, etc.
My understanding is that the mode will need to be written to NV since advertising interval (and many other parameters) will require a reset in order to come to effect.
Is there a way to write custom values to NV? According to the docs, osal_snv_write() only takes a "valid NV item" as a parameter. What might be the NV item for custom values?
Thanks