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

nRF52833.Is BLE_GATTS_VAR_ATTR_LEN_MAX limited 512?

Hi,
    l’m have a new question:
   Is BLE_GATTS_VAR_ATTR_LEN_MAX limited 512?I need to adjust it in my project. I tried to modify the parameter of BLE_GATTS_VAR_ATTR_LEN_MAX , Increased to 1024.but it also return error.The error is caused by this API(sd_ble_gatts_characteristic_add).

   Kind regards!

Related