This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Device Name Issue

Hi,
I am following the below link for creating custom services/characteristics.
https://github.com/bjornspockeli/nRF52-Bluetooth-Course 
 I have set the device name as follows but BLE is advertising only with the first 4 chars.

#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!
Parents Reply Children
No Data
Related