| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
Heart Rate Service (HRS) More...
Functions | |
| int | bt_hrs_notify (uint16_t heartrate) | 
| Notify heart rate measurement.  More... | |
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 <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. |