douglasjunior / AndroidBluetoothLibrary

A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
MIT License
224 stars 68 forks source link

Trouble receiving onDataRead #33

Closed Roguyt closed 5 years ago

Roguyt commented 5 years ago

Hi,

I'm currently using your library to connect to a Bluetooth device through a serial port. So far everything was working great without any hiccups. However when i started refactoring my code to have something more modular and not pollute my Fragment class, i encountered something weird. Everything was still working however i do not receive any onDataRead callback, yet all the others callback from OnBluetoothEventCallback still works perfectly.

Am i missing something ? Thanks in advance for your help

Regards, Roguyt

Roguyt commented 5 years ago

I found the issue. I forgot to move the characterDelimiter which isn't a \n on this device.

My bad.