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
now I got the problem with pstorage that is it if I check the pending opearations from pstorage it always gives 1. . 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.