Other Parts Discussed in Thread: SYSCONFIG
Without disabling sysconfg. is it possible to set the device name on a non connected advertisement broadcast?
For example: in SimplePeripheral.c I change the following call ->
GGS_SetParameter(GGS_DEVICE_NAME_ATT, GAP_DEVICE_NAME_LEN, "123");
The only way this works is after connected to the listed name that is set in sysconfig because the initial scan will show what's still in sysconfig settings for device name. After connecting to the device a new read will then show the updated device name "123"...
I can't find another injection point to set device name in the source files. Is the only option to abandon sysconfig?
Thanks in advance.