Searched refs:blob_id (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 256 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()
|
D | dfu_cli.c | 707 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()
|
D | dfd_srv.c | 448 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/ |
D | dfu_cli.h | 86 uint64_t blob_id; member 225 uint64_t blob_id; member
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 968 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()
|