nRF Connect SDK API 2.8.99
|
typedef void(* bt_hrs_client_read_sensor_location_cb) (struct bt_hrs_client *hrs_c, enum bt_hrs_client_sensor_location location, int err) |
#include <include/bluetooth/services/hrs_client.h>
Heart Rate Body Sensor Location read callback.
[in] | hrs_c | Heart Rate Service Client instance. |
[in] | location | Body Sensor Location value. |
[in] | err | 0 if read operation succeeded and data is valid. Otherwise, contains an error code. |