Lines Matching refs:cli
19 static struct bt_mesh_od_priv_proxy_cli *cli; variable
34 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_OD_PRIV_PROXY_STATUS, in handle_proxy_status()
40 bt_mesh_msg_ack_ctx_rx(&cli->ack_ctx); in handle_proxy_status()
44 if (cli->od_status) { in handle_proxy_status()
45 cli->od_status(cli, ctx->addr, state_rsp); in handle_proxy_status()
61 .ack = &cli->ack_ctx, in bt_mesh_od_priv_proxy_cli_get()
70 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, val_rsp ? &rsp : NULL); in bt_mesh_od_priv_proxy_cli_get()
77 .ack = &cli->ack_ctx, in bt_mesh_od_priv_proxy_cli_set()
88 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, val_rsp ? &rsp : NULL); in bt_mesh_od_priv_proxy_cli_set()
103 cli = mod->rt->user_data; in on_demand_proxy_cli_init()
104 cli->model = mod; in on_demand_proxy_cli_init()
109 bt_mesh_msg_ack_ctx_init(&cli->ack_ctx); in on_demand_proxy_cli_init()