ESP-IDF
+
0
/8 examples
SourceVu will show references to
esp_ble_mesh_model_cb_param_t
from the following samples and libraries:
aligenie_demo sample
wifi_coexist sample
df_client sample
df_server sample
fast_prov_client sample
fast_prov_server sample
vendor_client sample
vendor_server 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_model_cb_param_t
esp_ble_mesh_model_cb_param_t union
BLE Mesh model callback parameters union
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:2442
typedef
union
{
struct
ble_mesh_model_operation_evt_param
{
uint32_t
opcode
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
*
ctx
;
uint16_t
length
;
uint8_t
*
msg
;
}
model_operation
;
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
;
}
model_send_comp
;
struct
ble_mesh_model_publish_comp_param
{
int
err_code
;
esp_ble_mesh_model_t
*
model
;
}
model_publish_comp
;
struct
ble_mesh_mod_recv_publish_msg_param
{
uint32_t
opcode
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
*
ctx
;
uint16_t
length
;
uint8_t
*
msg
;
}
client_recv_publish_msg
;
struct
ble_mesh_client_model_send_timeout_param
{
uint32_t
opcode
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
*
ctx
;
}
client_send_timeout
;
struct
ble_mesh_model_publish_update_evt_param
{
esp_ble_mesh_model_t
*
model
;
}
model_publish_update
;
struct
ble_mesh_server_model_update_state_comp_param
{
int
err_code
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_server_state_type_t
type
;
}
server_model_update_state
;
}
esp_ble_mesh_model_cb_param_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_model_cb_param_t::model_operation
struct
ble_mesh_model_operation_evt_param
{
uint32_t
opcode
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
*
ctx
;
uint16_t
length
;
uint8_t
*
msg
;
}
ESP_BLE_MESH_MODEL_OPERATION_EVT Event parameter of ESP_BLE_MESH_MODEL_OPERATION_EVT.
esp_ble_mesh_model_cb_param_t::model_send_comp
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
;
}
ESP_BLE_MESH_MODEL_SEND_COMP_EVT Event parameter of ESP_BLE_MESH_MODEL_SEND_COMP_EVT.
esp_ble_mesh_model_cb_param_t::model_publish_comp
struct
ble_mesh_model_publish_comp_param
{
int
err_code
;
esp_ble_mesh_model_t
*
model
;
}
ESP_BLE_MESH_MODEL_PUBLISH_COMP_EVT Event parameter of ESP_BLE_MESH_MODEL_PUBLISH_COMP_EVT.
esp_ble_mesh_model_cb_param_t::client_recv_publish_msg
struct
ble_mesh_mod_recv_publish_msg_param
{
uint32_t
opcode
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
*
ctx
;
uint16_t
length
;
uint8_t
*
msg
;
}
ESP_BLE_MESH_CLIENT_MODEL_RECV_PUBLISH_MSG_EVT Event parameter of ESP_BLE_MESH_CLIENT_MODEL_RECV_PUBLISH_MSG_EVT.
esp_ble_mesh_model_cb_param_t::client_send_timeout
struct
ble_mesh_client_model_send_timeout_param
{
uint32_t
opcode
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_msg_ctx_t
*
ctx
;
}
ESP_BLE_MESH_CLIENT_MODEL_SEND_TIMEOUT_EVT Event parameter of ESP_BLE_MESH_CLIENT_MODEL_SEND_TIMEOUT_EVT.
esp_ble_mesh_model_cb_param_t::model_publish_update
struct
ble_mesh_model_publish_update_evt_param
{
esp_ble_mesh_model_t
*
model
;
}
ESP_BLE_MESH_MODEL_PUBLISH_UPDATE_EVT Event parameter of ESP_BLE_MESH_MODEL_PUBLISH_UPDATE_EVT.
esp_ble_mesh_model_cb_param_t::server_model_update_state
struct
ble_mesh_server_model_update_state_comp_param
{
int
err_code
;
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_server_state_type_t
type
;
}
ESP_BLE_MESH_SERVER_MODEL_UPDATE_STATE_COMP_EVT Event parameter of ESP_BLE_MESH_SERVER_MODEL_UPDATE_STATE_COMP_EVT.
Related Functions
Found 2 other functions taking a
esp_ble_mesh_model_cb_param_t
argument:
Function
btc_ble_mesh_model_callback()
btc_ble_mesh_model_cb_to_app()
Examples
esp_ble_mesh_model_cb_param_t
is referenced by 8 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