Bluetooth LE Mesh Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_mesh_sensor_config_setting_t Struct Reference

Description

Sensor setting configuration exchanged between the application and the Sensor Model.

Data Fields

uint16_t setting_property_id
 Setting ID identifying a setting within a sensor.
 
uint8_t access
 Read / Write access rights for the setting.
 
uint8_t value_len
 Length of the raw_value corresponding to property_id.
 
uint8_t * val
 Raw value for the setting.