mit-cml / appinventor-extensions

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

Add GetScannedInfo event to BLE extension #14

Open xiwen426 opened 6 years ago

xiwen426 commented 6 years ago

Add a new event to output the new Scanned Device and Rssi.

Previously BLE just maintains a map with Device and corresponding lastest Rssi, and people could only get the whole table or get the new scanned Rssi only, without the Device ID.