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

nRF5 bluetooth name length limit shorter with SDK12 than with SDK8?

In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the code taken from SDK examples now limits the Bluetooth name to a maximum of 12 characters. What is the reason for that, and can I somehow set a longer name?

Parents
  • I don't know about examples, but SDK has nothing to device name. It would be softdevice that could matter, but it does not anyway. There is limit of whole advertising packet, there is no limit for device name field specifically. You got probably some more of other data in advertising packet, so You cannot set the name as long as it was before. You just need to tailor Your advertising packet properly...

Reply
  • I don't know about examples, but SDK has nothing to device name. It would be softdevice that could matter, but it does not anyway. There is limit of whole advertising packet, there is no limit for device name field specifically. You got probably some more of other data in advertising packet, so You cannot set the name as long as it was before. You just need to tailor Your advertising packet properly...

Children
Related