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

sd_ble_uuid_vs_add: NRF_ERROR_NO_MEM inspite of same base UUID?

I am using SDK v11-alpha2 and following the BLE Services and BLE characteristics tutorial.

When calling sd_ble_uuid_vs_add as the Characteristics tutorial asks, I get a NRF_ERROR_NO_MEM error with the default attribute table size. I also tried increasing the attr_tab_size to 0x700, but that won't help. Why am I getting this NRF_ERROR_NO_MEM error? My vs_uuid_count = 1, but that should not be an issue. For both calls of sd_ble_uuid_vs_add I am using the same 128-bit base UUID, not two different ones.

BTW: I looked at the numerous previous questions regarding this issue, but they seem entirely unrelated to the problem here and talk about plenty of things I have not heard of.

Related