Home
last modified time | relevance | path

Searched refs:bt_mesh_shell_target_ctx (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c26 err = bt_mesh_cfg_cli_node_reset(bt_mesh_shell_target_ctx.net_idx, in cmd_reset()
27 bt_mesh_shell_target_ctx.dst, &reset); in cmd_reset()
34 struct bt_mesh_cdb_node *node = bt_mesh_cdb_node_get(bt_mesh_shell_target_ctx.dst); in cmd_reset()
94 err = bt_mesh_cfg_cli_comp_data_get(bt_mesh_shell_target_ctx.net_idx, in cmd_get_comp()
95 bt_mesh_shell_target_ctx.dst, page, &page, &buf); in cmd_get_comp()
118 bt_mesh_shell_target_ctx.dst, page); in cmd_get_comp()
173 bt_mesh_shell_target_ctx.dst, page); in cmd_get_comp()
272 bt_mesh_shell_target_ctx.dst, page); in cmd_get_comp()
306 err = bt_mesh_cfg_cli_beacon_get(bt_mesh_shell_target_ctx.net_idx, in cmd_beacon()
307 bt_mesh_shell_target_ctx.dst, &status); in cmd_beacon()
[all …]
Dpriv_beacon.c19 err = bt_mesh_priv_beacon_cli_get(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_beacon_get()
20 bt_mesh_shell_target_ctx.dst, in cmd_priv_beacon_get()
49 err = bt_mesh_priv_beacon_cli_set(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_beacon_set()
50 bt_mesh_shell_target_ctx.dst, in cmd_priv_beacon_set()
65 err = bt_mesh_priv_beacon_cli_gatt_proxy_get(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_gatt_proxy_get()
66 bt_mesh_shell_target_ctx.dst, &state); in cmd_priv_gatt_proxy_get()
88 err = bt_mesh_priv_beacon_cli_gatt_proxy_set(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_gatt_proxy_set()
89 bt_mesh_shell_target_ctx.dst, state, &state); in cmd_priv_gatt_proxy_set()
106 err = bt_mesh_priv_beacon_cli_node_id_get(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_node_id_get()
107 bt_mesh_shell_target_ctx.dst, key_net_idx, &val); in cmd_priv_node_id_get()
[all …]
Drpr.c85 .addr = bt_mesh_shell_target_ctx.dst, in cmd_scan()
86 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan()
127 .addr = bt_mesh_shell_target_ctx.dst, in cmd_scan_ext()
128 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_ext()
168 .addr = bt_mesh_shell_target_ctx.dst, in cmd_scan_srv()
169 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_srv()
202 .addr = bt_mesh_shell_target_ctx.dst, in cmd_scan_caps()
203 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_caps()
219 bt_mesh_shell_target_ctx.dst); in cmd_scan_caps()
230 .addr = bt_mesh_shell_target_ctx.dst, in cmd_scan_get()
[all …]
Dlarge_comp_data.c47 err = bt_mesh_large_comp_data_get(bt_mesh_shell_target_ctx.net_idx, in cmd_large_comp_data_get()
48 bt_mesh_shell_target_ctx.dst, page, offset, &rsp); in cmd_large_comp_data_get()
49 status_print(err, "Composition Data", bt_mesh_shell_target_ctx.dst, &rsp); in cmd_large_comp_data_get()
74 err = bt_mesh_models_metadata_get(bt_mesh_shell_target_ctx.net_idx, in cmd_models_metadata_get()
75 bt_mesh_shell_target_ctx.dst, page, offset, &rsp); in cmd_models_metadata_get()
76 status_print(err, "Models Metadata", bt_mesh_shell_target_ctx.dst, &rsp); in cmd_models_metadata_get()
Dbrg_cfg.c20 err = bt_mesh_brg_cfg_cli_get(bt_mesh_shell_target_ctx.net_idx, in cmd_subnet_bridge_get()
21 bt_mesh_shell_target_ctx.dst, &rsp); in cmd_subnet_bridge_get()
45 err = bt_mesh_brg_cfg_cli_set(bt_mesh_shell_target_ctx.net_idx, in cmd_subnet_bridge_set()
46 bt_mesh_shell_target_ctx.dst, set, &rsp); in cmd_subnet_bridge_set()
62 err = bt_mesh_brg_cfg_cli_table_size_get(bt_mesh_shell_target_ctx.net_idx, in cmd_bridging_table_size_get()
63 bt_mesh_shell_target_ctx.dst, &rsp); in cmd_bridging_table_size_get()
89 err = bt_mesh_brg_cfg_cli_table_add(bt_mesh_shell_target_ctx.net_idx, in cmd_bridging_table_add()
90 bt_mesh_shell_target_ctx.dst, &entry, &rsp); in cmd_bridging_table_add()
119 err = bt_mesh_brg_cfg_cli_table_remove(bt_mesh_shell_target_ctx.net_idx, in cmd_bridging_table_remove()
120 bt_mesh_shell_target_ctx.dst, net_idx1, net_idx2, in cmd_bridging_table_remove()
[all …]
Dsar.c20 err = bt_mesh_sar_cfg_cli_transmitter_get(bt_mesh_shell_target_ctx.net_idx, in cmd_tx_get()
21 bt_mesh_shell_target_ctx.dst, &rsp); in cmd_tx_get()
55 err = bt_mesh_sar_cfg_cli_transmitter_set(bt_mesh_shell_target_ctx.net_idx, in cmd_tx_set()
56 bt_mesh_shell_target_ctx.dst, &set, &rsp); in cmd_tx_set()
76 err = bt_mesh_sar_cfg_cli_receiver_get(bt_mesh_shell_target_ctx.net_idx, in cmd_rx_get()
77 bt_mesh_shell_target_ctx.dst, &rsp); in cmd_rx_get()
106 err = bt_mesh_sar_cfg_cli_receiver_set(bt_mesh_shell_target_ctx.net_idx, in cmd_rx_set()
107 bt_mesh_shell_target_ctx.dst, &set, &rsp); in cmd_rx_set()
Dop_agg.c25 bt_mesh_shell_target_ctx.dst = elem_addr; in cmd_seq_start()
28 err = bt_mesh_op_agg_cli_seq_start(bt_mesh_shell_target_ctx.net_idx, in cmd_seq_start()
29 bt_mesh_shell_target_ctx.app_idx, in cmd_seq_start()
30 bt_mesh_shell_target_ctx.dst, elem_addr); in cmd_seq_start()
Dhealth.c44 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_APP(bt_mesh_shell_target_ctx.app_idx, in cmd_fault_get()
45 bt_mesh_shell_target_ctx.dst); in cmd_fault_get()
78 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_APP(bt_mesh_shell_target_ctx.app_idx, in fault_clear()
79 bt_mesh_shell_target_ctx.dst); in fault_clear()
130 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_APP(bt_mesh_shell_target_ctx.app_idx, in fault_test()
131 bt_mesh_shell_target_ctx.dst); in fault_test()
183 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_APP(bt_mesh_shell_target_ctx.app_idx, in cmd_period_get()
184 bt_mesh_shell_target_ctx.dst); in cmd_period_get()
205 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_APP(bt_mesh_shell_target_ctx.app_idx, in period_set()
206 bt_mesh_shell_target_ctx.dst); in period_set()
[all …]
Dod_priv_proxy.c18 uint16_t net_idx = bt_mesh_shell_target_ctx.net_idx; in cmd_od_priv_gatt_proxy_set()
19 uint16_t addr = bt_mesh_shell_target_ctx.dst; in cmd_od_priv_gatt_proxy_set()
Dsol_pdu_rpl.c20 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT_APP(bt_mesh_shell_target_ctx.app_idx, in cmd_srpl_clear()
21 bt_mesh_shell_target_ctx.dst); in cmd_srpl_clear()
Ddfu.c579 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_dfu_target_state()
580 .addr = bt_mesh_shell_target_ctx.dst, in cmd_dfu_target_state()
581 .app_idx = bt_mesh_shell_target_ctx.app_idx, in cmd_dfu_target_state()
597 shell_print(sh, "Target 0x%04x:", bt_mesh_shell_target_ctx.dst); in cmd_dfu_target_state()
635 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_dfu_target_imgs()
636 .addr = bt_mesh_shell_target_ctx.dst, in cmd_dfu_target_imgs()
637 .app_idx = bt_mesh_shell_target_ctx.app_idx, in cmd_dfu_target_imgs()
654 shell_print(sh, "Requesting DFU images in 0x%04x", bt_mesh_shell_target_ctx.dst); in cmd_dfu_target_imgs()
671 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_dfu_target_check()
672 .addr = bt_mesh_shell_target_ctx.dst, in cmd_dfu_target_check()
[all …]
Dshell.c37 struct bt_mesh_shell_target bt_mesh_shell_target_ctx = { variable
454 bt_mesh_shell_target_ctx.net_idx = net_idx; in prov_complete()
455 bt_mesh_shell_target_ctx.dst = addr; in prov_complete()
462 if (bt_mesh_shell_target_ctx.dst == bt_mesh_primary_addr()) { in reprovisioned()
463 bt_mesh_shell_target_ctx.dst = addr; in reprovisioned()
473 bt_mesh_shell_target_ctx.net_idx = net_idx; in prov_node_added()
474 bt_mesh_shell_target_ctx.dst = addr; in prov_node_added()
984 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT(bt_mesh_shell_target_ctx.net_idx, in cmd_net_send()
985 bt_mesh_shell_target_ctx.app_idx, in cmd_net_send()
986 bt_mesh_shell_target_ctx.dst, in cmd_net_send()
[all …]
Dblob.c278 blob_cli_xfer.inputs.app_idx = bt_mesh_shell_target_ctx.app_idx; in blob_cli_inputs_prepare()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dshell.h66 extern struct bt_mesh_shell_target bt_mesh_shell_target_ctx;