Hi,
I'm using nRF52832 board and I'm modifying the Eddystone BLE Application in ble_peripheral example in SDK 16.0.0. I'm trying to get the characteristic value of ADV Advertising slot characteristic in Eddystone Configuration Service. I tried to use the variable p_ble_evt in function nrf_ble_es_on_ble_evt but I can't read the value written to the characteristic. I tried to use sd_ble_gatts_value_get but the result wasn't as desidered.
Thank you in advance