Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_cli.h38 int bt_mesh_health_fault_get(bt_mesh_client_common_param_t *param, uint16_t cid);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c299 int bt_mesh_health_fault_get(bt_mesh_client_common_param_t *param, uint16_t cid) in bt_mesh_health_fault_get() function
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c337 return bt_mesh_health_fault_get(&param, get->fault_get.company_id); in btc_ble_mesh_health_client_get_state()