-
public final class NotifyCharacteristicChanged extends BleServerOperation
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicedeviceprivate final BluetoothGattCharacteristiccharacteristicprivate final Booleanconfirmprivate final ByteArraydata
-
Constructor Summary
Constructors Constructor Description NotifyCharacteristicChanged(BluetoothDevice device, BluetoothGattCharacteristic characteristic, Boolean confirm, ByteArray data)
-
Method Summary
Modifier and Type Method Description final BluetoothDevicegetDevice()final BluetoothGattCharacteristicgetCharacteristic()final BooleangetConfirm()final ByteArraygetData()Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
NotifyCharacteristicChanged
NotifyCharacteristicChanged(BluetoothDevice device, BluetoothGattCharacteristic characteristic, Boolean confirm, ByteArray data)
-
-
Method Detail
-
getDevice
final BluetoothDevice getDevice()
-
getCharacteristic
final BluetoothGattCharacteristic getCharacteristic()
-
getConfirm
final Boolean getConfirm()
-
-
-
-