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?
What device are you using? (nRF51822)
Isn't the s310 for nRF51422 ?
its nrf51422 and sdk 6.1 and s110
OK, you tagged it with nRF51822.
From the sd_ble_uuid_vs_add() documentation:
NRF_ERROR_FORBIDDEN If p_vs_uuid has already been added to the VS UUID table.