8 years, 9 months ago.

BatteryService not implemented?

Hi,

I noticed that main.cpp includes that BatteryService but was never used. Was this intentional or is this example incomplete?

Thanks, -chris

Question relating to:

/ BLE_HeartRate Featured
Heart Rate Monitor example for the BLE API using nRF51822 native mode drivers

1 Answer

8 years, 9 months ago.

This was intentional. Certain HeartRate client apps expect a combination of services to go with heartRate. We wanted to comply with one such App which expected battery service to be present. You can safely remove this service if your application doesn't require it.

Accepted Answer