Glucose Service feature. More...
Macros | |
| #define | GLS_FEAT_LOW_BATT (0x01 << 0) |
| #define | GLS_FEAT_MALFUNC (0x01 << 1) |
| #define | GLS_FEAT_SAMPLE_SIZE (0x01 << 2) |
| #define | GLS_FEAT_INSERT_ERR (0x01 << 3) |
| #define | GLS_FEAT_TYPE_ERR (0x01 << 4) |
| #define | GLS_FEAT_RES_HIGH_LOW (0x01 << 5) |
| #define | GLS_FEAT_TEMP_HIGH_LOW (0x01 << 6) |
| #define | GLS_FEAT_READ_INT (0x01 << 7) |
| #define | GLS_FEAT_GENERAL_FAULT (0x01 << 8) |
| #define | GLS_FEAT_TIME_FAULT (0x01 << 9) |
| #define | GLS_FEAT_MULTI_BOND (0x01 << 10) |
| #define | GLS_FEAT_FULL (0x07ff) |
Glucose Service feature.
| #define GLS_FEAT_FULL (0x07ff) |
All feature Supported.
| #define GLS_FEAT_GENERAL_FAULT (0x01 << 8) |
General Device Fault Supported
| #define GLS_FEAT_INSERT_ERR (0x01 << 3) |
Sensor Strip Insertion Error Detection Supported
| #define GLS_FEAT_LOW_BATT (0x01 << 0) |
Low Battery Detection During Measurement Supported
| #define GLS_FEAT_MALFUNC (0x01 << 1) |
Sensor Malfunction Detection Supported
| #define GLS_FEAT_MULTI_BOND (0x01 << 10) |
Multiple Bond Supported
| #define GLS_FEAT_READ_INT (0x01 << 7) |
Sensor Read Interrupt Detection Supported
| #define GLS_FEAT_RES_HIGH_LOW (0x01 << 5) |
Sensor Result High-Low Detection Supported
| #define GLS_FEAT_SAMPLE_SIZE (0x01 << 2) |
Sensor Sample Size Supported
| #define GLS_FEAT_TEMP_HIGH_LOW (0x01 << 6) |
Sensor Temperature High-Low Detection Supported
| #define GLS_FEAT_TIME_FAULT (0x01 << 9) |
Time Fault Supported
| #define GLS_FEAT_TYPE_ERR (0x01 << 4) |
Sensor Strip Type Error Detection Supported