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

DEVNAME maximum length

Hello,

I am working on a project with STM32 master and nRF51822 slave connecting to Android/iOS mobile apps.

I send the advertising parameters from STM32 to my nRF51822 (the name is one of the parameters and I am sure I get the whole name in my nRF51822).

Based on some discussions found here I set the BLE_GAP_DEVNAME_MAX_LEN to the max "31" and my DEVNAME is "31" bytes lengh too. but while advertising I got missing advertising name with "22" bytes lengh only.

1/ Why I keep getting only "22" bytes DEVNAME ?

2/ How can I get at least a "23" DEVNAME advertizing ?

Thanks

Related