esp_ble_mesh_sensor_data_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
uint8_t : 1
Format A: The Length field is a 1-based uint4 value (valid range 0x0–0xF, representing range of 1 – 16). Format B: The Length field is a 1-based uint7 value (valid range 0x0–0x7F, representing range of 1 – 127). The value 0x7F represents a length of zero.
uint8_t format : 1, : 7
Format A: The Length field is a 1-based uint4 value (valid range 0x0–0xF, representing range of 1 – 16). Format B: The Length field is a 1-based uint7 value (valid range 0x0–0x7F, representing range of 1 – 127). The value 0x7F represents a length of zero. The value of the Sensor Data length.
struct net_buf_simple *
The value of Sensor Data raw value.