nimble_blob_stream

Module out_stream

source

Structs§

  • Manages the streaming out of binary blob data, split into fixed-size chunks. BlobStreamOut keeps track of which chunks have been sent, the time they were sent, and controls resending based on elapsed time since the last send.
  • Represents an individual chunk of the blob data being streamed out. Each BlobStreamOutEntry holds metadata about a chunk, including:

Enums§