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?