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.
Asked
Active
Viewed 400 times
0
-
http://developer.android.com/guide/topics/connectivity/bluetooth.html – Soana Mar 07 '16 at 17:18
-
How are you using JavaScript in an Android app? – Soana Mar 07 '16 at 17:18
-
@soana I use Droidscript, it is a free app for coding apps using JavaScript, as well as HTML. – John Smith Mar 07 '16 at 18:50
-
you should edit this into your question and explain it more carefully using the little edit link below the tag buttons. – Soana Mar 08 '16 at 08:49
1 Answers
0
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.

David
- 452
- 5
- 8