試作テストバージョン
Dependencies: BLE_API TB6612FNG mbed
Fork of BLE_RCBController2 by
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.
Generated on Tue Jul 12 2022 19:13:52 by
1.7.2
