Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_elem_t (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_local_data_operation_api.h61 esp_ble_mesh_elem_t *esp_ble_mesh_find_element(uint16_t element_addr);
82 esp_ble_mesh_model_t *esp_ble_mesh_find_vendor_model(const esp_ble_mesh_elem_t *element,
94 esp_ble_mesh_model_t *esp_ble_mesh_find_sig_model(const esp_ble_mesh_elem_t *element,
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_local_data_operation_api.c37 esp_ble_mesh_elem_t *esp_ble_mesh_find_element(uint16_t element_addr) in esp_ble_mesh_find_element()
50 esp_ble_mesh_model_t *esp_ble_mesh_find_vendor_model(const esp_ble_mesh_elem_t *element, in esp_ble_mesh_find_vendor_model()
59 esp_ble_mesh_model_t *esp_ble_mesh_find_sig_model(const esp_ble_mesh_elem_t *element, in esp_ble_mesh_find_sig_model()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_health_model_api.h272esp_ble_mesh_elem_t *element; /*!< Pointer to the element which contains the Health Server Model…
400 esp_err_t esp_ble_mesh_health_server_fault_update(esp_ble_mesh_elem_t *element);
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h370 esp_ble_mesh_elem_t *btc_ble_mesh_elem_find(uint16_t addr);
374 esp_ble_mesh_model_t *btc_ble_mesh_model_find_vnd(const esp_ble_mesh_elem_t *elem,
377 esp_ble_mesh_model_t *btc_ble_mesh_model_find(const esp_ble_mesh_elem_t *elem, uint16_t id);
Dbtc_ble_mesh_health_model.h66 esp_ble_mesh_elem_t *element;
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/
Desp_ble_mesh_health_model_api.c82 esp_err_t esp_ble_mesh_health_server_fault_update(esp_ble_mesh_elem_t *element) in esp_ble_mesh_health_server_fault_update()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h371 } esp_ble_mesh_elem_t; typedef
491 esp_ble_mesh_elem_t *element;
689 esp_ble_mesh_elem_t *elements; /*!< A sequence of elements */
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1103 esp_ble_mesh_elem_t *btc_ble_mesh_elem_find(uint16_t addr) in btc_ble_mesh_elem_find()
1105 return (esp_ble_mesh_elem_t *)bt_mesh_elem_find(addr); in btc_ble_mesh_elem_find()
1113 esp_ble_mesh_model_t *btc_ble_mesh_model_find_vnd(const esp_ble_mesh_elem_t *elem, in btc_ble_mesh_model_find_vnd()
1119 esp_ble_mesh_model_t *btc_ble_mesh_model_find(const esp_ble_mesh_elem_t *elem, uint16_t id) in btc_ble_mesh_model_find()
1779 esp_ble_mesh_elem_t *elem = &arg->mesh_init.comp->elements[i]; in btc_ble_mesh_prov_call_handler()