Home
last modified time | relevance | path

Searched refs:rsp_ctx (Results 1 – 5 of 5) sorted by relevance

/subsys/bluetooth/mesh/
A Dpriv_beacon_cli.c163 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_priv_beacon_cli_set() local
178 return bt_mesh_msg_ackd_send(cli->model, &ctx, &buf, rsp ? &rsp_ctx : NULL); in bt_mesh_priv_beacon_cli_set()
184 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_priv_beacon_cli_get() local
194 return bt_mesh_msg_ackd_send(cli->model, &ctx, &buf, val ? &rsp_ctx : NULL); in bt_mesh_priv_beacon_cli_get()
201 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_priv_beacon_cli_gatt_proxy_set() local
218 return bt_mesh_msg_ackd_send(cli->model, &ctx, &buf, rsp ? &rsp_ctx : NULL); in bt_mesh_priv_beacon_cli_gatt_proxy_set()
224 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_priv_beacon_cli_gatt_proxy_get() local
234 return bt_mesh_msg_ackd_send(cli->model, &ctx, &buf, val ? &rsp_ctx : NULL); in bt_mesh_priv_beacon_cli_gatt_proxy_get()
242 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_priv_beacon_cli_node_id_set() local
261 return bt_mesh_msg_ackd_send(cli->model, &ctx, &buf, rsp ? &rsp_ctx : NULL); in bt_mesh_priv_beacon_cli_node_id_set()
[all …]
A Dbrg_cfg_cli.c209 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_brg_cfg_cli_get() local
226 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_brg_cfg_cli_set() local
243 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_brg_cfg_cli_table_size_get() local
261 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_brg_cfg_cli_table_add() local
290 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !rsp ? NULL : &rsp_ctx); in bt_mesh_brg_cfg_cli_table_add()
299 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_brg_cfg_cli_table_remove() local
319 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !rsp ? NULL : &rsp_ctx); in bt_mesh_brg_cfg_cli_table_remove()
328 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_brg_cfg_cli_subnets_get() local
339 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !rsp ? NULL : &rsp_ctx); in bt_mesh_brg_cfg_cli_subnets_get()
348 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_brg_cfg_cli_table_get() local
[all …]
A Dlarge_comp_data_cli.c131 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in data_get() local
142 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, rsp ? &rsp_ctx : NULL); in data_get()
A Drpr_cli.c424 struct net_buf_simple *buf, uint32_t rsp, void *rsp_ctx) in tx_wait() argument
429 err = bt_mesh_msg_ack_ctx_prepare(ack_ctx, rsp, srv->addr, rsp_ctx); in tx_wait()
A Dcfg_cli.c1131 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in bt_mesh_cfg_cli_comp_data_get() local
1141 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !rsp && !comp ? NULL : &rsp_ctx); in bt_mesh_cfg_cli_comp_data_get()
1148 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in get_state_u8() local
1156 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !val ? NULL : &rsp_ctx); in get_state_u8()
1164 const struct bt_mesh_msg_rsp_ctx rsp_ctx = { in set_state_u8() local
1174 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !val ? NULL : &rsp_ctx); in set_state_u8()

Completed in 28 milliseconds