Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support all the otCoapSend*WithParameters but for otCoapSecure #9908

Open
jvermillard opened this issue Mar 8, 2024 · 2 comments
Open

support all the otCoapSend*WithParameters but for otCoapSecure #9908

jvermillard opened this issue Mar 8, 2024 · 2 comments

Comments

@jvermillard
Copy link

We want to set the mAckTimeout on our coapSecure calls but the feature was implemented only for the plaintext CoAP API.

Solution:

Create the equivalent of

otCoapSendRequestWithParameters
otCoapSendRequestBlockWithWithParameters
otCoapSendResponseBlockWiseWithParameters
otCoapSendRequestBlockWiseWithParameters

For CoapSecure:

otCoapSecureSendRequestWithParameters
otCoapSecureSendRequestBlockWithWithParameters
otCoapSecureSendResponseBlockWiseWithParameters
otCoapSecureSendRequestBlockWiseWithParameters
@jwhui
Copy link
Member

jwhui commented Mar 8, 2024

@jvermillard , sounds good to me. Are you planning to submit a PR?

@jvermillard
Copy link
Author

I can't submit a PR at the moment, but why not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants