Hi all
I tried to add a vendor specific 128bit UUID with the function sd_ble_uuid_vs_add. It worked and I received the custom UUID type (0x02). Afterwards I tried to add the same UUID again and I expected to receive the status NRF_ERROR_FORBIDDEN, but I received the status NRF_SUCCESS and the same custom UUID type as before (0x02). Is this a bug in the 1.0.0-3.alpha version of the S130 or is the description of this function wrong?
Another question is if this VS UUID list can be cleared somehow? Or can this list only filled with UUIDs once?
Thanks in advance!