typelogic / react-native-bluetooth-secure

A Secure Bluetooth React Native Library With Authenticated Encryption
MIT License
0 stars 0 forks source link

Bluetooth.receive does not stream #1

Closed typelogic closed 2 years ago

typelogic commented 2 years ago

The present design is only good for receiving one chunk small message less than 64K. A generalized streaming message receiver using event emitter is probably better!?

typelogic commented 2 years ago

Updated idpass-smartshare.aar which supports huge payloads by chunking.