This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

About UUID_Services and UUID_CHARACTERISTICS

Hi,I use 51822 to make a fitness device. one of the function is advertising current value(Steps,Heart rate,Distance,Calorie) to the phone over BLE. What the default service and characteristics I must add? Or I can add a customer service and characteristics by myself.

Anyway, how do I start?

The ble_app_hrs example can work well on my EVK board. Can I use BLE_UUID_HEART_RATE_SERVICE and BLE_UUID_HEART_RATE_MEASUREMENT_CHAR to do these things or I must create new one?

Thank you.

Related