On 7/14/23 14:33, Mike Christie wrote:
We currently re-use the cmd buffer for the TUR and START_STOP commands which requires us to reset the buffer when retrying. This has us use separate buffers for the 2 commands so we can make them const and I think it makes it easier to handle for retries but does not add too much extra to the stack use.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>