Modules | |
| Measurement packets index | |
| BCS Measurement Packet Index. The least value of MTU is 23 octets. The size of Attribute Value is (23-3) octets which could be less than the size (30 octets) of all fields of Body Composition Measurement. If the required data exceeds the current size (MTU - 3) octets, the remaining optional fields shall be sent in the subsequent indication. So we need no more than 2 packets. | |
| Characteristics Mask | |
| Bit masks for the initialization of bcs_init_t::char_mask. | |
Macros | |
| #define | BCS_CONNECTION_MAX |
| #define | BCS_MEAS_VAL_LEN_MAX 20 |
| #define | BCS_FEAT_VAL_LEN_MAX 4 |
| #define | INDI_PAYLOAD_HEADER_LEN 3 |
| #define | BCS_CACHE_MEAS_NUM_MAX 25 |
| #define | BCS_MEAS_UNSUCCESS 0xFFFF |
| #define BCS_CACHE_MEAS_NUM_MAX 25 |
Maximum number of cache muasurements value for each user.
| #define BCS_CONNECTION_MAX |
Maximum number of Body Composition Service connections.
| #define BCS_FEAT_VAL_LEN_MAX 4 |
Maximum length of BC Feature value.
| #define BCS_MEAS_UNSUCCESS 0xFFFF |
Measurement unsuccessful.
| #define BCS_MEAS_VAL_LEN_MAX 20 |
Maximum length of BC Measurment value.
| #define INDI_PAYLOAD_HEADER_LEN 3 |
The length of indication payload header.