Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
struct | bt_hrs_cb |
Heart rate service callback structure. More... | |
Functions | |
int | bt_hrs_cb_register (struct bt_hrs_cb *cb) |
Heart rate service callback register. | |
int | bt_hrs_cb_unregister (struct bt_hrs_cb *cb) |
Heart rate service callback unregister. | |
int | bt_hrs_notify (uint16_t heartrate) |
Notify heart rate measurement. | |