ESP-IDF
esp_ble_mesh_sensor_descriptor_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_descriptor_t
esp_ble_mesh_sensor_descriptor_t struct
Parameters of Sensor Descriptor state
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_sensor_model_api.h:442
typedef
struct
{
uint32_t
positive_tolerance
:
12
,
negative_tolerance
:
12
,
sampling_function
:
8
;
uint8_t
measure_period
;
uint8_t
update_interval
;
}
esp_ble_mesh_sensor_descriptor_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_sensor_descriptor_t::positive_tolerance
uint32_t
:
12
esp_ble_mesh_sensor_descriptor_t::negative_tolerance
uint32_t
positive_tolerance
:
12
,
:
12
esp_ble_mesh_sensor_descriptor_t::sampling_function
uint32_t
positive_tolerance
:
12
,
negative_tolerance
:
12
,
:
8
The value of Sensor Sampling Function field.
esp_ble_mesh_sensor_descriptor_t::measure_period
uint8_t
The value of Sensor Measurement Period field.
esp_ble_mesh_sensor_descriptor_t::update_interval
uint8_t
The value of Sensor Update Interval field.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_sensor_model_api.h:442
}
esp_ble_mesh_sensor_descriptor_t
;
esp_ble_mesh_sensor_model_api.h:448
esp_ble_mesh_sensor_descriptor_t
esp_ble_mesh_sensor_descriptor_t
descriptor
;
/*!< Parameters of the Sensor Descriptor state */
esp_ble_mesh_sensor_model_api.h:501
esp_ble_mesh_sensor_state_t
esp_ble_mesh_sensor_state_t::descriptor
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::descriptor
esp_ble_mesh_sensor_state_t
esp_ble_mesh_sensor_model_api.h:501
Lifecycle
from
examples
All items filtered out
All items filtered out