Hi,
I'm trying to add the device information such as Battery percentage , temperature in the scan response packet to the ble_app_beacon example. I could add the data and adversities the data in the scan response, but the issue is the battery level or the temperature are being updated on device reset. Is there a way to fix the issue?
I'm using nRF5_SDK_15.2.0_9412b96 and nRF52840-DK
Right now i am trying to read the battery and temp value and added to scan response data
I have few questions:
1. Do we need to add it as a services like Battery service and temperature service
Thanks