mit-cml / appinventor-extensions

Source code of extensions published for MIT App Inventor
Apache License 2.0
86 stars 94 forks source link

Bugfixes for BLE extension #5

Closed ewpatton closed 6 years ago

ewpatton commented 6 years ago

This PR addresses a few issues in the BLE extension:

  1. Fixes a reliance on Guava that breaks in compiled apps.
  2. Fixes a NPE when scanning by checking for the existence of a scanner before scanning.
  3. Adds support for short UUIDs published by the Bluetooth SIG.