Hello everyone, I recently use the nRF51822 with SD9 and S110, I found that the device name was define as: #define BLE_GAP_DEVNAME_MAX_LEN 31 is it means the max length of device name is 31 bytes ? but when I try to change the device name as "0123456789ABCDEFABCDEF", system return an error code :NRF_ERROR_DATA_SIZE, what's the matter ? the new device name is only 21 bytes , isn't it ?