douglasjunior / react-native-easybluetooth-le

A Library for easy implementation of Serial Bluetooth Low Energy on React Native. ⚛
https://www.npmjs.com/package/easy-bluetooth-le
MIT License
18 stars 0 forks source link

can't receive data from the remote device #3

Open JackMover opened 6 years ago

JackMover commented 6 years ago

Hi, douglasjunior, I'm using your easy-bluetooth-classic module for android, it's good for writing data, but i can't receive any data from the remote device, Actually, I have used your example code to listen the data coming. Is there anything wrong?

douglasjunior commented 6 years ago

What's the config that you setted in the init?

I think you have not set the characterDelimiter correctly.