I am following the below link for creating custom services/characteristics.
https://github.com/bjornspockeli/nRF52-Bluetooth-Course
#define DEVICE_NAME "Nordic_Template" /**< Name of device. Will be included in the advertising data. */
The BLE advertising name is showing "Nord".
The device shows only the first 4 letters.
Does any suggestion please?
Thanks!