Class BluetoothConnector

java.lang.Object
jp.co.sanei_elec.printerlibrary.api.connectivity.AbstractConnector
jp.co.sanei_elec.printerlibrary.api.connectivity.BluetoothConnector
Direct Known Subclasses:
BluetoothLeConnector, BluetoothSppConnector

public abstract class BluetoothConnector extends AbstractConnector
  • Constructor Details

    • BluetoothConnector

      public BluetoothConnector(android.content.Context context, android.bluetooth.BluetoothAdapter btAdapter, android.bluetooth.BluetoothDevice btDevice)
  • Method Details

    • getBluetoothDevice

      public android.bluetooth.BluetoothDevice getBluetoothDevice()
    • getBluetoothAdapter

      public android.bluetooth.BluetoothAdapter getBluetoothAdapter()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object