D | health_cli.h | 27 struct bt_mesh_health_cli { struct 49 void (*period_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument 61 void (*attention_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument 79 void (*fault_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument 98 void (*current_status)(struct bt_mesh_health_cli *cli, uint16_t addr, argument 116 int (*update)(struct bt_mesh_health_cli *cli, struct net_buf_simple *pub_buf); argument 153 int bt_mesh_health_cli_fault_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, 179 int bt_mesh_health_cli_fault_clear(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, 194 int bt_mesh_health_cli_fault_clear_unack(struct bt_mesh_health_cli *cli, 216 int bt_mesh_health_cli_fault_test(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, [all …]
|