ESP-IDF
ble_mesh_model_send_comp_param
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
ble_mesh_model_send_comp_param
ble_mesh_model_send_comp_param struct
ESP_BLE_MESH_MODEL_SEND_COMP_EVT
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:2456
struct
ble_mesh_model_send_comp_param
{
int
err_code
;
uint32_t
opcode
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
*
ctx
;
}
;
Fields
Field
Declared as
Description
ble_mesh_model_send_comp_param::err_code
int
Indicate the result of sending a message.
ble_mesh_model_send_comp_param::opcode
uint32_t
Opcode of the message.
ble_mesh_model_send_comp_param::model
esp_ble_mesh_model_t
*
Pointer to the model which sends the message.
ble_mesh_model_send_comp_param::ctx
esp_ble_mesh_msg_ctx_t
*
Context of the message.
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