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 Summary
Modifier and TypeMethodDescriptionstatic BluetoothAdapterAndroid
Create a new adapter.android.bluetooth.BluetoothAdapter
boolean
void
setAdapter
(android.bluetooth.BluetoothAdapter adapter)
-
Method Details
-
createAdapter
Create a new adapter. -
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceFlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>
-
getAdapter
public android.bluetooth.BluetoothAdapter getAdapter()- Specified by:
getAdapter
in interfaceFlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>
-
setAdapter
public void setAdapter(android.bluetooth.BluetoothAdapter adapter) - Specified by:
setAdapter
in interfaceFlirBluetoothAdapter<android.bluetooth.BluetoothAdapter>
-