-
public class ByteAssociationUtil
-
-
Method Summary
Modifier and Type Method Description static Predicate<out Object>characteristicUUIDPredicate(UUID characteristicUUID)static Function<ByteAssociation<out Object>, Array<byte>>getBytesFromAssociation()static Predicate<out Object>descriptorPredicate(BluetoothGattDescriptor bluetoothGattDescriptor)-
-
Method Detail
-
characteristicUUIDPredicate
static Predicate<out Object> characteristicUUIDPredicate(UUID characteristicUUID)
-
getBytesFromAssociation
static Function<ByteAssociation<out Object>, Array<byte>> getBytesFromAssociation()
-
descriptorPredicate
static Predicate<out Object> descriptorPredicate(BluetoothGattDescriptor bluetoothGattDescriptor)
-
-
-
-