Searched defs:bt_mesh_health_srv_cb (Results 1 – 2 of 2) sorted by relevance
26 struct bt_mesh_health_srv_cb { struct28 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);
505 const struct bt_mesh_model_cb bt_mesh_health_srv_cb = { variable