ESP-IDF
esp_ble_mesh_odp_server_cb_param_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_odp_server_cb_param_t
esp_ble_mesh_odp_server_cb_param_t struct
On-Demand Private Proxy Config Server model callback parameters
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_odp_model_api.h:137
typedef
struct
{
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
ctx
;
esp_ble_mesh_odp_server_cb_value_t
value
;
}
esp_ble_mesh_odp_server_cb_param_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_odp_server_cb_param_t::model
esp_ble_mesh_model_t
*
Pointer to the server model structure.
esp_ble_mesh_odp_server_cb_param_t::ctx
esp_ble_mesh_msg_ctx_t
Context of the received message.
esp_ble_mesh_odp_server_cb_param_t::value
esp_ble_mesh_odp_server_cb_value_t
Value of the received configuration messages.
Examples
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