This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf51 ble driver with custom service

Hi, I'm using nrf51 BLE driver with usb dongle to create test application on PC which simulates the peripheral.

My problem is I cannot add 128-bit UUID for custom service. I always get NRF_ERROR_TIMEOUT(13) error when trying to add custom 128-bit UUID (sd_ble_uuid_vs_add). Am I missing something?

Related