Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_model_cb_param_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c96 esp_ble_mesh_model_cb_param_t *param) in btc_ble_mesh_model_cb_to_app()
259 esp_ble_mesh_model_cb_param_t *p_dest_data = (esp_ble_mesh_model_cb_param_t *)p_dest; in btc_ble_mesh_model_copy_req_data()
260 esp_ble_mesh_model_cb_param_t *p_src_data = (esp_ble_mesh_model_cb_param_t *)p_src; in btc_ble_mesh_model_copy_req_data()
335 esp_ble_mesh_model_cb_param_t *arg = NULL; in btc_ble_mesh_model_free_req_data()
342 arg = (esp_ble_mesh_model_cb_param_t *)(msg->arg); in btc_ble_mesh_model_free_req_data()
380 static bt_status_t btc_ble_mesh_model_callback(esp_ble_mesh_model_cb_param_t *param, uint8_t act) in btc_ble_mesh_model_callback()
396 … ret = btc_transfer_context(&msg, param, param == NULL ? 0 : sizeof(esp_ble_mesh_model_cb_param_t), in btc_ble_mesh_model_callback()
408 esp_ble_mesh_model_cb_param_t mesh_param = {0}; in btc_ble_mesh_server_model_op_cb()
424 esp_ble_mesh_model_cb_param_t mesh_param = {0}; in btc_ble_mesh_client_model_op_cb()
460 esp_ble_mesh_model_cb_param_t mesh_param = {0}; in btc_ble_mesh_client_model_timeout_cb()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h18 esp_ble_mesh_model_cb_param_t *param);
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h2275 } esp_ble_mesh_model_cb_param_t; typedef