nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_hrs_client_read_sensor_location_cb

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.

Parameters
[in]hrs_cHeart Rate Service Client instance.
[in]locationBody Sensor Location value.
[in]err0 if read operation succeeded and data is valid. Otherwise, contains an error code.