-
public interface AlertLevelCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonAlertLevelChanged(@NonNull() BluetoothDevice device, int level)Method called when Alert Level characteristic value has changed. -
-
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.
-
-
-
-