Zephyr API 3.6.99
|
Heart rate service callback structure. More...
#include <hrs.h>
Data Fields | |
void(* | ntf_changed )(bool enabled) |
Heart rate notifications changed. | |
int(* | ctrl_point_write )(uint8_t request) |
Heart rate control point write callback. | |
Heart rate service callback structure.
int(* bt_hrs_cb::ctrl_point_write) (uint8_t request) |
Heart rate control point write callback.
request | control point request code |
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. |