-
public final class EnableNotifications extends BleClientOperation
Enable 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 EnableNotifications(BluetoothDevice device, UUID characteristicUuid)
-
Method Summary
Modifier and Type Method Description BluetoothDevicegetDevice()final UUIDgetCharacteristicUuid()-
-
Constructor Detail
-
EnableNotifications
EnableNotifications(BluetoothDevice device, UUID characteristicUuid)
-
-
Method Detail
-
getDevice
BluetoothDevice getDevice()
-
getCharacteristicUuid
final UUID getCharacteristicUuid()
-
-
-
-