Package com.flir.thermalsdk.androidsdk.meterlink


package com.flir.thermalsdk.androidsdk.meterlink
Package related with handling and managing FLIR Test & Measurement (T&M) devices like Meterlinks [Android].

Allows to discover Test and Measurement Instruments available in the vicinity. Currently only Bluetooth Classic and BLE (Bluetooth Low Energy/Bluetooth Smart) are supported. The Test and Measurement Instruments are devices to take measurements of specific value, not only temperature. There is a wide variety of instruments to measure electrical quantities such as voltage, current, resistance, capacitance, etc.

Make sure you put the correct permissions in the AndroidManifest.xml file in order to use the discovery feature. Also make sure you handle Runtime Permissions if running on Android >= 6.0.

 <uses-permission android:name="android.permission.BLUETOOTH" />
 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />