Home
last modified time | relevance | path

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

/btstack/chipset/em9301/
H A Dbtstack_chipset_em9301.c141 static uint32_t container_end; // current container variable
206 …log_info("pos %u, container end %u, blob size %u", container_blob_offset, container_end, container… in chipset_next_command()
235 container_end = container_blob_offset + container_size; in chipset_next_command()
238 bytes_to_upload = btstack_min(59, container_end - container_blob_offset); in chipset_next_command()
253 if (container_blob_offset < container_end){ in chipset_next_command()
259 bytes_to_upload = btstack_min(58, container_end - container_blob_offset); in chipset_next_command()
268 if (container_blob_offset >= container_end){ in chipset_next_command()