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

Pass MTU value to the DFU service #134

Closed
philips77 opened this issue Oct 17, 2018 · 0 comments
Closed

Pass MTU value to the DFU service #134

philips77 opened this issue Oct 17, 2018 · 0 comments

Comments

@philips77
Copy link
Member

As the MTU may be changed only once in a connection Nordic's SoftDevice, there is a need to pass the current MTU value to the service. It could be used, when the service was started with an already connected device, which had MTU value requested. As of right now, the service will request MTU on it's own, but an Invalid PDU error will be received, and MTU=23 will be used, despite higher value has been negotiated before.

MTUs > 23 are supported since SDK 15.0. Older versions should be using value 23.

@philips77 philips77 added this to the Version 1.8.0 milestone Oct 17, 2018
@philips77 philips77 self-assigned this Oct 17, 2018
philips77 added a commit that referenced this issue Oct 17, 2018
philips77 added a commit that referenced this issue Oct 17, 2018
* Passing MTU to service (#134)

* Comments formatting
@philips77 philips77 removed their assignment Oct 24, 2018
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

1 participant