Dear All,
I am using DA145xx_CODELESS - 6.380.10.4 SDK. I changed USER_DEVICE_NAME in user_config.h from
#define USER_DEVICE_NAME "CodeLess"
to
#define USER_DEVICE_NAME "VRT"
Recompiled the code and executed it. But still the name that is advertised remains CodeLess
What could be the reason?
Device:
Hi kashyap.gada,
Please check out lines 945 and 978 in the user_codeless.c file. The “CLv2” is stored into the adverting data and the “Codeless” into scan response data. So, in order to change the device name, please configure that two lines accordingly.
Thanks, PM_Dialog