Receiving information Bluetooth devices using an Android App

423 Views Asked by At

I would like to know if you can send/recieve information from a Bluetooth device such as a headset or something of the sort. As well as if this is possible using JavaScript. The app I use to code JavaScript is called "DroidScript", which allows you to make apps using JavaScript and HTML.

1

There are 1 best solutions below

0
David On

If you are using DroidScript then you will probably need to create a DroidScript plugin in Java (assuming DroidSCript does not already do what you want).

Note: The latest alpha version of DroidScript can generate template AIDE projects for creating DroidScript plugins.