Lines Matching refs:cli
43 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_fault_get() local
60 err = bt_mesh_health_cli_fault_get(cli, ctx.addr ? &ctx : NULL, cid, &test_id, faults, in cmd_fault_get()
77 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_clear() local
94 err = bt_mesh_health_cli_fault_clear(cli, ctx.addr ? &ctx : NULL, cid, &test_id, in fault_clear()
105 err = bt_mesh_health_cli_fault_clear_unack(cli, ctx.addr ? &ctx : NULL, cid); in fault_clear()
129 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_test() local
147 err = bt_mesh_health_cli_fault_test(cli, ctx.addr ? &ctx : NULL, cid, test_id, in fault_test()
158 err = bt_mesh_health_cli_fault_test_unack(cli, ctx.addr ? &ctx : NULL, cid, test_id); in fault_test()
182 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_period_get() local
188 err = bt_mesh_health_cli_period_get(cli, ctx.addr ? &ctx : NULL, &divisor); in cmd_period_get()
204 struct bt_mesh_health_cli *cli = mod->rt->user_data; in period_set() local
219 err = bt_mesh_health_cli_period_set(cli, ctx.addr ? &ctx : NULL, divisor, in period_set()
230 err = bt_mesh_health_cli_period_set_unack(cli, ctx.addr ? &ctx : NULL, divisor); in period_set()
254 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_attention_get() local
260 err = bt_mesh_health_cli_attention_get(cli, ctx.addr ? &ctx : NULL, &attention); in cmd_attention_get()
276 struct bt_mesh_health_cli *cli = mod->rt->user_data; in attention_set() local
291 err = bt_mesh_health_cli_attention_set(cli, ctx.addr ? &ctx : NULL, attention, in attention_set()
302 err = bt_mesh_health_cli_attention_set_unack(cli, ctx.addr ? &ctx : NULL, attention); in attention_set()