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

How can i increase the GATTS attribute Table Size?

During the initialisation adding gatt attributes with the function "sd_ble_gatts_characteristic_add" i get the error NRF_ERROR_NO_MEM. So it seems the default table size is to small. How can i increase it? I tried changing BLE_GATTS_ATTR_TAB_SIZE_DEFAULT to 0x0700 but then i get a error during ble_stack_init.

Parents Reply Children
Related