kenjdavidson / react-native-bluetooth-classic

⚛ Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication
https://kenjdavidson.github.io/react-native-bluetooth-classic
MIT License
249 stars 93 forks source link

Pull in `readOne` and `readMultiple` from #282

Open kenjdavidson opened 11 months ago

kenjdavidson commented 11 months ago

The following fork has some helper methods that seem promising:

https://github.com/kenjdavidson/react-native-bluetooth-classic/commit/99b785fb239e993ed0776df71c4e7d96ca892456

although they are shortcuts to bypass the whole string delimiter and get it working like a ByteArray. Both of which can actually by done in combination with:

These are also not implemented on the IOS side in this fork, that will need to be done.