Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Heart Rate Service (HRS) More...
Functions | |
int | bt_hrs_notify (uint16_t heartrate) |
Notify heart rate measurement. | |
Heart Rate Service (HRS)
[Experimental] Users should note that the APIs can change as a part of ongoing development.
int bt_hrs_notify | ( | uint16_t | heartrate | ) |
#include <zephyr/bluetooth/services/hrs.h>
Notify heart rate measurement.
This will send a GATT notification to all current subscribers.
heartrate | The heartrate measurement in beats per minute. |