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

adding custom uuid

Hi,

I would like to add custom UUID in my ble application. Due to this fact, I increase NRF_SDH_BLE_VS_UUID_COUNT constant to value equal to 1 which implies NRF_ERROR_NO_MEM error. I read in this thread https://devzone.nordicsemi.com/f/nordic-q-a/24695/add-new-service-in-sdk14 that I have to change the address of softdevice if I would like to solve the problem, is it true? I am using SDK 16 and softdevice s112.

Thanks in advance.

Samo

Parents Reply
  • you are so kind. I spend a few hours and I think that I found the problem, but I do not know why this happens. if I declare the functions without static then I get two characteristics otherwise not. 

    uint32_t current_gas_char_add(ble_mass_t *p_mass){...}

    uint32_t capacity_date_char_add(ble_mass_t *p_mass){..}

    Do you know what is the problem? I suspect that the problem is with static memory.

Children
Related