SDK 15.0.0
nrf52810
Example: Eddystone Beconing mode - ble_app_eddystone
SEGGER Embedded Studio for ARM v4.12
I am using ble_app_eddystone example to advertise data in eddystone formate. I want to change default configuration of advertising data packet. As per the suggestion I modified es_app_config.h. In debug mode I can see the slot parameters value in adv_slots_init() function are been modified as per es_app_config.h file.
But while testing with "nRF Beacon for Eddystone" android application, none of the changes are reflected. Always slot 0 is having Nordic url, event if I change the slot number in adv_slots_init() funtion itself.
I want to advertise one of my sensor data in Eddystone-EID mode, how can I change default slot configuration for adverting packet in eddystone format?