List of usage examples for org.apache.cordova.bluetooth BluetoothPlugin _bluetooth
BluetoothWrapper _bluetooth
To view the source code for org.apache.cordova.bluetooth BluetoothPlugin _bluetooth.
Click Source Link
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) { } }