So I have this Bluetooth device which pairs with a regular Android device and sends out some form of Bluetooth commands. Basically it sends out a long byte sequence which is then encoded to a regular string and displayed on currently focused editable field of what ever application is in foreground.
I am wondering how this is being done. The Bluetooth device does not have any companion Application and all it does is send a Bluetooth command.Is there a standard API somewhere to do this. I am guessing there is else there is no way to achieve the stuff I am seeing