rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
476 stars 291 forks source link

Fix write() in RCTBluetoothSerialService.java (Android) #22

Closed re7eal closed 7 years ago

re7eal commented 7 years ago

Fix writeToDevice() on Android does not work. write() method in RCTBluetoothSerialService class should return when a state is not connected.

rusel1989 commented 7 years ago

Hey @re7eal, thank you ... I've had this fixed locally for quite some time, but forgot to push it, so I am merging it 👍