-
public final class DisableNotifications extends BleClientOperation
Disable notifications/indications on a characteristic represented by characteristicUuid
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicedeviceprivate final UUIDcharacteristicUuid
-
Constructor Summary
Constructors Constructor Description DisableNotifications(BluetoothDevice device, UUID characteristicUuid)
-
Method Summary
Modifier and Type Method Description BluetoothDevicegetDevice()final UUIDgetCharacteristicUuid()-
-
Constructor Detail
-
DisableNotifications
DisableNotifications(BluetoothDevice device, UUID characteristicUuid)
-
-
Method Detail
-
getDevice
BluetoothDevice getDevice()
-
getCharacteristicUuid
final UUID getCharacteristicUuid()
-
-
-
-