Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Ddfu_srv.c256 const uint64_t *blob_id, uint8_t ttl, in is_active_update() argument
259 return (srv->update.idx != idx || srv->blob.state.xfer.id != *blob_id || in is_active_update()
273 uint64_t blob_id; in handle_start() local
279 blob_id = net_buf_simple_pull_le64(buf); in handle_start()
290 srv->blob.state.xfer.id == blob_id) { in handle_start()
300 if (is_active_update(srv, idx, timeout_base, &blob_id, ttl, in handle_start()
308 srv->blob.state.xfer.id = blob_id; in handle_start()
334 srv->blob.state.xfer.id = blob_id; in handle_start()
356 err = bt_mesh_blob_srv_recv(&srv->blob, blob_id, io, in handle_start()
Ddfu_cli.c707 rsp->blob_id = net_buf_simple_pull_le64(buf); in handle_status()
716 rsp->blob_id = 0U; in handle_status()
1001 if (xfer->blob_id == 0) { in bt_mesh_dfu_cli_send()
1004 cli->xfer.blob.id = xfer->blob_id; in bt_mesh_dfu_cli_send()
Ddfd_srv.c448 uint64_t blob_id; in handle_upload_start() local
454 blob_id = net_buf_simple_pull_le64(buf); in handle_upload_start()
485 srv->upload.blob.state.xfer.id == blob_id && in handle_upload_start()
546 err = bt_mesh_blob_srv_recv(&srv->upload.blob, blob_id, srv->io, ttl, in handle_upload_start()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Ddfu_cli.h86 uint64_t blob_id; member
225 uint64_t blob_id; member
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c968 dfu_cli_xfer.xfer.blob_id = TEST_BLOB_ID; in cli_common_fail_on_init()
985 dfu_cli_xfer.xfer.blob_id = TEST_BLOB_ID; in cli_common_init_recover()