#ifndef _BATTERY_BLE_H_
#define _BATTERY_BLE_H_

int batteryBleInit(void);
int batteryBleUpdate(void);

#endif /* _BATTERY_BLE_H_ */

