Home
last modified time | relevance | path

Searched defs:bt_mesh_health_srv_cb (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_srv.h26 struct bt_mesh_health_srv_cb { struct
28 void (*fault_clear)(struct bt_mesh_model *model, uint16_t company_id);
31 void (*fault_test)(struct bt_mesh_model *model, uint8_t test_id,
35 void (*attn_on)(struct bt_mesh_model *model, uint8_t time);
38 void (*attn_off)(struct bt_mesh_model *model);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c505 const struct bt_mesh_model_cb bt_mesh_health_srv_cb = { variable