BluetoothConnectionManager

com.anywherecommerce.android.sdk.devices

Class BluetoothConnectionManager

  • java.lang.Object

  • com.anywherecommerce.android.sdk.devices.BluetoothConnectionManager

  • public class <span class="typeNameLabel">BluetoothConnectionManager</span>
    extends java.lang.Object
    

    Created by ankit on 3/1/18.

Method Summary

  Modifier and TypeMethod and Description`java.lang.String``<span class="memberNameLink">

connectedReaderName()

BluetoothReader``

getConnectedBluetoothReader() static

BluetoothConnectionManager``

getInstance()

BluetoothConnection``

getReaderConnection() boolean``

isBluetoothReaderConnected() boolean``

isDeviceBluetoothActive() void``

startMonitoringConnection() void``

stopMonitoringConnection()`

Methods inherited from class java.lang.Object

        `clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

Method Detail

getInstance

        `public static 

BluetoothConnectionManager getInstance()`

startMonitoringConnection

        `public void startMonitoringConnection()`

stopMonitoringConnection

        `public void stopMonitoringConnection()`

isBluetoothReaderConnected

        `public boolean isBluetoothReaderConnected()`

isDeviceBluetoothActive

        `public boolean isDeviceBluetoothActive()`

getConnectedBluetoothReader

        `public 

BluetoothReader getConnectedBluetoothReader()`

getReaderConnection

        `public 

BluetoothConnection getReaderConnection()`

connectedReaderName

        `public java.lang.String connectedReaderName()`