hi. i wrote a program in s110 and it work fine . in it i creat my own service . but when i want use my service in s310 softdevice in this line i get error forbiden or error_code 15 or 0xf .
sd_ble_uuid_vs_add
why is that an error?
hi. i wrote a program in s110 and it work fine . in it i creat my own service . but when i want use my service in s310 softdevice in this line i get error forbiden or error_code 15 or 0xf .
sd_ble_uuid_vs_add
why is that an error?
From the sd_ble_uuid_vs_add() documentation:
NRF_ERROR_FORBIDDEN If p_vs_uuid has already been added to the VS UUID table.
From the sd_ble_uuid_vs_add() documentation:
NRF_ERROR_FORBIDDEN If p_vs_uuid has already been added to the VS UUID table.