react-native-ble-manager
react-native-ble-manager copied to clipboard
startNotificationUseBuffer on iOS
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
Hi @chriserik , is not a OS limitation, is only implemented on the Android library.