ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_ble_mesh_sensor_client_cb_param_t
from the following samples and libraries:
sensor_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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_client_cb_param_t
esp_ble_mesh_sensor_client_cb_param_t struct
Sensor Client Model callback parameters
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_sensor_model_api.h:183
typedef
struct
{
int
error_code
;
esp_ble_mesh_client_common_param_t
*
params
;
esp_ble_mesh_sensor_client_status_cb_t
status_cb
;
}
esp_ble_mesh_sensor_client_cb_param_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_sensor_client_cb_param_t::error_code
int
0: success, otherwise failure. For the error code values please refer to errno.h file. A negative sign is added to the standard error codes in errno.h.
esp_ble_mesh_sensor_client_cb_param_t::params
esp_ble_mesh_client_common_param_t
*
The client common parameters.
esp_ble_mesh_sensor_client_cb_param_t::status_cb
esp_ble_mesh_sensor_client_status_cb_t
The sensor status message callback values.
Related Functions
Found 2 other functions taking a
esp_ble_mesh_sensor_client_cb_param_t
argument:
Function
btc_ble_mesh_sensor_client_callback()
btc_ble_mesh_sensor_client_cb_to_app()
Examples
esp_ble_mesh_sensor_client_cb_param_t
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out