This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

Scan response with only a full device name returns NRF_ERROR_INVALID_DATA

Hi,

I have created a scan response structure containing only the BLE_ADVDATA_FULL_NAME. This is because there in no room left in the advert data to advert the full name. The encode data looks good. The length (10) is correct and the type (9) is also correct followed with the device name which is 9 long. The only thing is that sd_ble_gap_adv_data_set() does not except this data and return NRF_ERROR_INVALID_DATA (11). I do not understand why because I do exactly the same thing on another BLE platform which works perfectly.

Can anybody telling me what I am doing wrong? I am using s110 7.1.0

Related