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

startNotificationUseBuffer on iOS #883

Open
chriserik opened this issue Jul 27, 2022 · 1 comment
Open

startNotificationUseBuffer on iOS #883

chriserik opened this issue Jul 27, 2022 · 1 comment

Comments

@chriserik
Copy link

First of all thanks for the awesome library!

Our use case requires us to send a few kilobytes of data across a BLE connection, and instead of passing every chunk over the JS bridge (which leads to data errors on iOS even with slow (30ms between chunks) data rates), we'd like to use startNotificationUseBuffer to mitigate the issue. However this functionality is currently not available on iOS but instead is limited to Android only. Is there a specific platform restriction which prevents having the same functionality in iOS?

Thank you!
Christian

@marcosinigaglia
Copy link
Member

Hi @chriserik , is not a OS limitation, is only implemented on the Android library.

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