Hello,
I have an application based on the example "ble_thread_dyn_mtd_coap_cli_pca10056_s140".
When a confirmable message has not received a response, I receive the error (OT_ERROR_RESPONSE_TIMEOUT) in the response handler.
Here are my questions:
- How can we know which message this timeout corresponds to? Do we still have access to the send buffer at this time?
- How can we reduce the time needed before having a timeout?
Thank you