How to use this plugin?
The plugin exposes blocks and actions that allow to scan for peripherals, connect to a peripheral, read the value of a characteristic, write new value to a characteristic and get notified when characteristic's value changes.
Available Actions:
Available Blocks:
Cordova Plugin
This plugin has been based on the cordova plugin Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap), it was forked and changed to allow write on a characteristic that don't have descriptor.
Licensing
Apache License 2.0
Copyright 2012 The Apache Software Foundation
- Add timeout input to the connect action to allow define the timeout connection dynamically.
- Fixed the connect timeout error.
- Fixed the Listen Block pattern to output the full message received by the device instead of just the position 0 of the message.