CesarBalzer / Cordova-Plugin-BTPrinter

A cordova plugin for bluetooth printer for android platform
Apache License 2.0
79 stars 63 forks source link

Added connected() method #32

Closed andreszs closed 3 years ago

andreszs commented 3 years ago

Added connected() method to check if printer is already connected or not. Implements the BluetoothSocket [isConnected](https://developer.android.com/reference/android/bluetooth/BluetoothSocket#isConnected()) method from API 14.

CesarBalzer commented 3 years ago

Thanks for new feature @andreszs