Package 

Interface MeasurementIntervalCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onMeasurementIntervalReceived(@NonNull() BluetoothDevice device, @IntRange(from = 0, to = 65535) int interval) Callback called when Measurement Interval characteristic has been read.
      • Methods inherited from class java.lang.Object

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

      • onMeasurementIntervalReceived

         abstract void onMeasurementIntervalReceived(@NonNull() BluetoothDevice device, @IntRange(from = 0, to = 65535) int interval)

        Callback called when Measurement Interval characteristic has been read.

        Parameters:
        device - the target device.
        interval - measurement interval in seconds.