Package 

Interface TemperatureTypeCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onTemperatureTypeReceived(@NonNull() BluetoothDevice device, int type) Methods called when Temperature Type characteristic has been read.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onTemperatureTypeReceived

         abstract void onTemperatureTypeReceived(@NonNull() BluetoothDevice device, int type)

        Methods called when Temperature Type characteristic has been read.

        Parameters:
        device - the target device.
        type - indicates where the temperature was measured, see TYPE_* constants.