douglasjunior / react-native-easybluetooth-classic

⚛ A Library for easy implementation of Serial Bluetooth Classic on React Native (Android Only).
https://www.npmjs.com/package/easy-bluetooth-classic
MIT License
43 stars 7 forks source link

Data Read Event Not Firing after Write data to another android device #32

Open SanthoshPixmonks opened 5 years ago

SanthoshPixmonks commented 5 years ago

Hi, I have two android devices from one device i write the data after connection with another one but onDataRead event doesn't trigger in another device. Connection and Write methods are successful.

SanthoshPixmonks commented 5 years ago

Hi, I have two android devices from one device i write the data after connection with another one but onDataRead event doesn't trigger in another device. Connection and Write methods are successful.