mit-cml / appinventor-extensions

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

Notifications and indications for BLE #40

Closed DurandA closed 3 years ago

DurandA commented 3 years ago

The bluetoothle extension doesn't seem to provide any capability to receive notifications and/or indications.

Indications and Notifications are a way for a GATT Client to subscribe to data provided by a GATT Server. A Notification is an unacknowledged message or update while an Indication is an acknowledged message or update.

Indication/Notification

Is there any plan to support notifications and indications?

ewpatton commented 3 years ago

@DurandA You use the RegisterFor.... methods to request notifications.

DurandA commented 3 years ago

Thanks, it works fine.