AndroidMockCharacteristicWrapper
class AndroidMockCharacteristicWrapper(val uuid: UUID = UUID.randomUUID(), descriptorUUIDs: List<UUID> = emptyList(), val service: RemoteServiceWrapper, val properties: Set<CharacteristicProperty> = emptySet()) : MockCharacteristicWrapper
Constructors
Link copied to clipboard
constructor(uuid: UUID = UUID.randomUUID(), descriptorUUIDs: List<UUID> = emptyList(), service: RemoteServiceWrapper, properties: Set<CharacteristicProperty> = emptySet())