Lines Matching refs:rsp
200 const struct bt_mesh_msg_rsp_ctx rsp = { in bt_mesh_health_cli_attention_get() local
207 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, attention ? &rsp : NULL); in bt_mesh_health_cli_attention_get()
221 const struct bt_mesh_msg_rsp_ctx rsp = { in bt_mesh_health_cli_attention_set() local
228 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, updated_attention ? &rsp : NULL); in bt_mesh_health_cli_attention_set()
252 const struct bt_mesh_msg_rsp_ctx rsp = { in bt_mesh_health_cli_period_get() local
259 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, divisor ? &rsp : NULL); in bt_mesh_health_cli_period_get()
273 const struct bt_mesh_msg_rsp_ctx rsp = { in bt_mesh_health_cli_period_set() local
280 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, updated_divisor ? &rsp : NULL); in bt_mesh_health_cli_period_set()
310 const struct bt_mesh_msg_rsp_ctx rsp = { in bt_mesh_health_cli_fault_test() local
317 return bt_mesh_msg_ackd_send(cli->model, ctx, &msg, &rsp); in bt_mesh_health_cli_fault_test()
347 const struct bt_mesh_msg_rsp_ctx rsp = { in bt_mesh_health_cli_fault_clear() local
355 (!test_id && (!faults || !fault_count)) ? NULL : &rsp); in bt_mesh_health_cli_fault_clear()
384 const struct bt_mesh_msg_rsp_ctx rsp = { in bt_mesh_health_cli_fault_get() local
392 (!test_id && (!faults || !fault_count)) ? NULL : &rsp); in bt_mesh_health_cli_fault_get()