-
Notifications
You must be signed in to change notification settings - Fork 88
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
Adds maximumWriteValueLength to Peripheral #809
Adds maximumWriteValueLength to Peripheral #809
Conversation
- Calls maximumWriteValueLength on iOS - Returns latest know value from onMtuChanged on Android, or the default (23 - 3) if the callback haven't been called - Return default (23 -3) on Web
Note: |
It would be awesome if we could get this in a near release as I need this for my current project. @cedrickcooke does this solution look ok for you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay on this. Yup, looks good
@ErikHellman released with Note Compared to |
Closes #729