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. More...
Macros | |
| #define | NUM_PACKETS 2 |
| #define | MEAS_PACKET_FIRST 0 |
| #define | MEAS_PACKET_SUB 1 |
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.
| #define MEAS_PACKET_FIRST 0 |
The first Measurement Packet.
| #define MEAS_PACKET_SUB 1 |
The second Measurement Packet.
| #define NUM_PACKETS 2 |
Measurement Packet numbers.