The codes i am using is nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral and nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_peripheral\ble_app_hrs
From the peripheral, it sends heart rate value and battery value over bluetooth.We receive the heart rate value in ble_evt_t.evt.gattc_evt.params.hvx.data[1] at the other side ie, in the 1st code But i can't find the variable in which we receive the battery value in the 1st code.surely there must be a variable.do anyone know it??
please help