Class BluetoothAdapterAndroid

java.lang.Object
com.flir.thermalsdk.androidsdk.meterlink.BluetoothAdapterAndroid
All Implemented Interfaces:
FlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>

public final class BluetoothAdapterAndroid extends Object implements FlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>
Wrapper for Android Bluetooth adapter.
  • Method Details

    • createAdapter

      public static BluetoothAdapterAndroid createAdapter()
      Create a new adapter.
    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface FlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>
    • getAdapter

      public android.bluetooth.BluetoothAdapter getAdapter()
      Specified by:
      getAdapter in interface FlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>
    • setAdapter

      public void setAdapter(android.bluetooth.BluetoothAdapter adapter)
      Specified by:
      setAdapter in interface FlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>