You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: