Example usage for org.apache.cordova.bluetooth BluetoothPlugin _bluetooth

List of usage examples for org.apache.cordova.bluetooth BluetoothPlugin _bluetooth

Introduction

In this page you can find the example usage for org.apache.cordova.bluetooth BluetoothPlugin _bluetooth.

Prototype

BluetoothWrapper _bluetooth

To view the source code for org.apache.cordova.bluetooth BluetoothPlugin _bluetooth.

Click Source Link

Document

Bluetooth interface

Usage

From source file:com.embebidos.BluePg.BluePg.java

License:Apache License

@Override
public void onStop() {
    super.onStop();

    try {//  w w  w  .  j a  va  2s  .  c o m
        BluetoothPlugin._bluetooth.disconnect();
    } catch (Exception e) {
    }
}