Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c174 } dfd_srv_oob_ctx; variable
188 memcpy(dfd_srv_oob_ctx.uri, uri, uri_len); in dfd_srv_start_oob_upload()
189 dfd_srv_oob_ctx.uri_len = uri_len; in dfd_srv_start_oob_upload()
190 memcpy(dfd_srv_oob_ctx.fwid, fwid, fwid_len); in dfd_srv_start_oob_upload()
191 dfd_srv_oob_ctx.fwid_len = fwid_len; in dfd_srv_start_oob_upload()
192 dfd_srv_oob_ctx.slot = slot; in dfd_srv_start_oob_upload()
193 dfd_srv_oob_ctx.progress = 0; in dfd_srv_start_oob_upload()
194 dfd_srv_oob_ctx.started = true; in dfd_srv_start_oob_upload()
206 dfd_srv_oob_ctx.started = false; in dfd_srv_cancel_oob_upload()
214 if (dfd_srv_oob_ctx.started) { in dfd_srv_oob_progress_get()
[all …]