bluetooth-serial-plugin
Mobile icon

Bluetooth Serial Plugin

Stable version 3.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 03 December 2020 by 
4.8
 (9 ratings)
bluetooth-serial-plugin

Bluetooth Serial Plugin

Details
Plugin that enables an application to access the Bluetooth capabilities of the users device.
Read more

Simple plugin that enables an application to access the Bluetooth capabilities of the users' device.

Wrapper for cordova-plugin-bluetooth-serial.

Main Actions:

  • IsBluetoothOn - checks if the Bluetooth from the device is enabled
  • ListPairedDevices - Returns Structure with a list of devices paired with the user's device
  • ListUnpairedDevices - Returns Structure with a list of devices that are unpaired.  

It's now possible to read data from the Bluetooth device into the mobile device.

You can use the BluetoothSample Application to learn how to use this plugin. 

Note: This will not work to communicate between mobile devices.



Release notes (3.0.2)
  • Added two new blocks ( ConnectAndSubscribe and ConnectAndRawSubscribe) in order to simplify and better manage the Subscription to BluetoothData and the Connection/Disconnection events.
    • NOTE: This change may prompt you to force install the component since with this change there were also the move of the old web blocks to new and renamed flows for better organization.
  • Added a new Demo component that now is managed on this plugin.  The old demo will be marked as deprecated.
  • Improved the demo application so that it can now list both the paired and unpaired devices.
  • Changed the demo so that the new reads, will always show on top instead of at the bottom of the list.
  • Changed a deprecated reference from OutsystemsUI to the non-deprecated one.
Reviews (0)
Team