Searched refs:bt_mesh_blob_target (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_cli.h | 49 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;
|
D | dfu_cli.h | 56 struct bt_mesh_blob_target blob;
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_cli.c | 56 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 …]
|
D | blob.h | 139 struct bt_mesh_blob_target *target);
|
D | dfu_cli.c | 216 struct bt_mesh_blob_target *blobt, in blob_lost_target()
|
D | dfd_srv.c | 1085 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/ |
D | test_blob.c | 135 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 …]
|
D | test_dfu.c | 867 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/ |
D | blob.c | 78 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()
|
D | dfu.c | 525 memset(&dfu_tx.targets[i].blob, 0, sizeof(struct bt_mesh_blob_target)); in dfu_tx_prepare()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 42 static struct bt_mesh_blob_target targets[3] = {
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 296 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()
|