![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_hrs_sensor_contact_detected_update | ( | struct ble_hrs * | hrs, |
| bool | is_sensor_contact_detected ) |
#include <ble_hrs.h>
Function for setting the state of the sensor contact detected bit.
| hrs | Heart rate service. |
| is_sensor_contact_detected | New state of the sensor contact detected bit. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_NULL | If hrs is NULL. |