![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_cgms_meas_create | ( | struct ble_cgms * | cgms, |
| struct ble_cgms_rec * | rec ) |
#include <ble_cgms.h>
Report a new glucose measurement to the CGM Service module.
The application calls this function after having performed a new glucose measurement. The new measurement is recorded in the RACP database.
| [in] | cgms | Instance of the CGM Service. |
| [in] | rec | Pointer to the glucose record (measurement plus context). |
| NRF_SUCCESS | If a measurement was successfully created. |