0

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.

peter
  • 41,770
  • 5
  • 64
  • 108

1 Answers1

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