ESP-IDF
esp_ble_mesh_sensor_setting_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_sensor_setting_t
esp_ble_mesh_sensor_setting_t struct
Parameters of Sensor Setting state
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_sensor_model_api.h:451
typedef
struct
{
uint16_t
property_id
;
uint8_t
access
;
struct
net_buf_simple
*
raw
;
}
esp_ble_mesh_sensor_setting_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_sensor_setting_t::property_id
uint16_t
The value of Sensor Setting Property ID field.
esp_ble_mesh_sensor_setting_t::access
uint8_t
The value of Sensor Setting Access field.
esp_ble_mesh_sensor_setting_t::raw
struct
net_buf_simple
*
The value of Sensor Setting Raw field.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_sensor_model_api.h:451
}
esp_ble_mesh_sensor_setting_t
;
esp_ble_mesh_sensor_model_api.h:455
esp_ble_mesh_sensor_setting_t
esp_ble_mesh_sensor_setting_t
*
settings
;
/*!< Parameters of the Sensor Setting state */
esp_ble_mesh_sensor_model_api.h:509
esp_ble_mesh_sensor_state_t
esp_ble_mesh_sensor_state_t::settings
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_ble_mesh_sensor_state_t::settings
esp_ble_mesh_sensor_state_t
esp_ble_mesh_sensor_model_api.h:509
Lifecycle
from
examples
All items filtered out
All items filtered out