SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gls_db.h File Reference

ble_gls_db.h File Reference

Go to the source code of this file.

Functions

uint32_t ble_gls_db_init (void)
 Function for initializing the glucose record database.
uint16_t ble_gls_db_num_records_get (void)
 Function for getting the number of records in the database.
uint32_t ble_gls_db_record_get (uint8_t record_num, ble_gls_rec_t *p_rec)
 Function for getting a record from the database.
uint32_t ble_gls_db_record_add (ble_gls_rec_t *p_rec)
 Function for adding a record at the end of the database.
uint32_t ble_gls_db_record_delete (uint8_t record_num)
 Function for deleting a database entry.

Detailed Description

Definition in file ble_gls_db.h.