Error in Handler.obtainMessage

0

I'm developing an app that uses the Bluetooth connection, but I'm finding a problem that I can not solve. I'm following the direction of this link for such link ... tooth.html. Here is the code below:

Handler.obtainMessage(MESSAGE_READ, bytes, -1, buffer).sendToTarget();

" Handler " and "MESSAGE_READ" is giving error and I do not know how to do it, could anyone help me?

    
asked by anonymous 19.08.2016 / 03:22

0 answers