Home
last modified time | relevance | path

Searched refs:bt_mesh_blob_target (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h49 struct bt_mesh_blob_target { struct
216 struct bt_mesh_blob_target *target,
250 struct bt_mesh_blob_target *target,
301 struct bt_mesh_blob_target *target;
Ddfu_cli.h56 struct bt_mesh_blob_target blob;
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c56 static struct bt_mesh_blob_target *next_target(struct bt_mesh_blob_cli *cli,
57 struct bt_mesh_blob_target **current);
66 struct bt_mesh_blob_target *target = NULL; in start_retry_timer()
99 static struct bt_mesh_blob_target *target_get(struct bt_mesh_blob_cli *cli, in target_get()
102 struct bt_mesh_blob_target *target; in target_get()
115 struct bt_mesh_blob_target *target, in target_drop()
128 struct bt_mesh_blob_target *target; in targets_reset()
143 struct bt_mesh_blob_target *target; in targets_active()
156 struct bt_mesh_blob_target *target; in targets_timedout()
201 struct bt_mesh_blob_target *target; in update_missing_chunks()
[all …]
Dblob.h139 struct bt_mesh_blob_target *target);
Ddfu_cli.c216 struct bt_mesh_blob_target *blobt, in blob_lost_target()
Ddfd_srv.c1085 memset(&srv->targets[i].blob, 0, sizeof(struct bt_mesh_blob_target)); in bt_mesh_dfd_srv_start()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c135 struct bt_mesh_blob_target targets[5];
159 static void blob_cli_lost_target(struct bt_mesh_blob_cli *b, struct bt_mesh_blob_target *blobt, in blob_cli_lost_target()
369 memset(&blob_cli_xfer.targets[i], 0, sizeof(struct bt_mesh_blob_target)); in blob_cli_inputs_prepare()
377 static struct bt_mesh_blob_target *target_srv_add(uint16_t addr, bool expect_lost) in target_srv_add()
384 struct bt_mesh_blob_target *t = &blob_cli_xfer.targets[blob_cli_xfer.target_count]; in target_srv_add()
421 struct bt_mesh_blob_target *srv1 = target_srv_add(BLOB_CLI_ADDR + 1, false); in test_cli_caps_all_rsp()
422 struct bt_mesh_blob_target *srv2 = target_srv_add(BLOB_CLI_ADDR + 2, false); in test_cli_caps_all_rsp()
436 struct bt_mesh_blob_target *srv1 = target_srv_add(BLOB_CLI_ADDR + 1, false); in test_cli_caps_partial_rsp()
437 struct bt_mesh_blob_target *srv2 = target_srv_add(BLOB_CLI_ADDR + 2, true); in test_cli_caps_partial_rsp()
451 struct bt_mesh_blob_target *srv1 = target_srv_add(BLOB_CLI_ADDR + 1, true); in test_cli_caps_no_rsp()
[all …]
Dtest_dfu.c867 static struct bt_mesh_blob_target *target_srv_add(uint16_t addr, bool expect_lost) in target_srv_add()
874 struct bt_mesh_blob_target *t = &dfu_cli_xfer.targets[dfu_cli_xfer.target_count].blob; in target_srv_add()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c78 struct bt_mesh_blob_target targets[32];
85 struct bt_mesh_blob_target *target, in blob_cli_lost_target()
149 struct bt_mesh_blob_target *target, in xfer_progress()
289 memset(&blob_cli_xfer.targets[i], 0, sizeof(struct bt_mesh_blob_target)); in blob_cli_inputs_prepare()
366 struct bt_mesh_blob_target *t; in cmd_target()
Ddfu.c525 memset(&dfu_tx.targets[i].blob, 0, sizeof(struct bt_mesh_blob_target)); in dfu_tx_prepare()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst42 static struct bt_mesh_blob_target targets[3] = {
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c296 struct bt_mesh_blob_target targets[32];
303 struct bt_mesh_blob_target *target, in blob_cli_lost_target()
4151 sizeof(struct bt_mesh_blob_target)); in dfu_tx_prepare()
4527 sizeof(struct bt_mesh_blob_target)); in blob_cli_inputs_prepare()
4540 struct bt_mesh_blob_target *t; in cmd_blob_target()