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

Problem with eddystone while adding another service to it.

Hi,I am working on Eddystone project i.e nrf5-sdk-for-eddystone-master and tested it on NRF52(PCA10040) development board it advertising Eddystone-URL frame successfully and also I am changed the advertising slots data by edddystone app by using Eddystone configuration service and also it working fine. Now I need to add a another 128bit service to it for these I increased the vs_uuid_count to 2 image description
now I got the problem with pstorage that is it if I check the pending opearations from pstorage it always gives 1. image description. So I removed all the stuff related to pending operations checking and just I configured only url frame it it fails at sd_ble_adv_start() function if vs_uuid_count = 2 and if vs_uuid_count =1 it working fine. Can any one help me what are the necessary changes needed for eddystone if want to add a 128 bit service uuid.

Related