This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Device name has only 4 letters

Hello everyone,

my application is build based on the mulitrole example. The device name is somehow limited to 4 letters.

I checked:

init.advdata.name_type               = BLE_ADVDATA_FULL_NAME

#define BLE_GAP_DEVNAME_MAX_LEN                  248

Do you have any ideas what could limit the device name?

Best regards

Hani

Parents
  • Hi Hany, 

    I found that it's a duplicated case from this case.  Have you followed the suggestion from Sam & Rob ? 

    Note that the maximum advertising packet size is 31 bytes this is including the flags and overhead. So if you have other data in the advertising packet, you may not have many left for the device name. 

Reply
  • Hi Hany, 

    I found that it's a duplicated case from this case.  Have you followed the suggestion from Sam & Rob ? 

    Note that the maximum advertising packet size is 31 bytes this is including the flags and overhead. So if you have other data in the advertising packet, you may not have many left for the device name. 

Children
Related