Package 

Interface AlertLevelCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onAlertLevelChanged(@NonNull() BluetoothDevice device, int level) Method called when Alert Level characteristic value has changed.
      • Methods inherited from class java.lang.Object

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

      • onAlertLevelChanged

         abstract void onAlertLevelChanged(@NonNull() BluetoothDevice device, int level)

        Method called when Alert Level characteristic value has changed.

        Parameters:
        device - the target device.
        level - the new alert level.