damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 803 forks source link

Support for Short Bluetooth UUIDs #174

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Would it be possible to get support for short bluetooth UUIDs?

Short UUID codes can be found in the following document:

http://www.bluetooth.com/Specification%20Documents/AssignedNumbersServiceDiscove
ry.pdf

This make things a bit easier when you are trying to write for bluetooth 
devices.

Original issue reported on code.google.com by ericbook...@gmail.com on 17 Jan 2011 at 9:56

Copied from original issue: damonkohler/android-scripting#506

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

If you're targeting Python then you can install PyBlueZ and do this right now.

Original comment by naranjo....@gmail.com on 15 Feb 2011 at 11:16