Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Heart rate service callback structure. More...
#include <hrs.h>
Data Fields | |
void(* | ntf_changed )(bool enabled) |
Heart rate notifications changed. | |
Heart rate service callback structure.
void(* bt_hrs_cb::ntf_changed) (bool enabled) |
Heart rate notifications changed.
enabled | Flag that is true if notifications were enabled, false if they were disabled. |