GattServiceSpec

constructor(uuid: UUID, version: Int = 1, requiredCharacteristicUUIDs: Set<UUID> = emptySet(), excludedCharacteristicUUIDs: Set<UUID> = emptySet())(source)

Parameters

uuid

The service UUID that must be present.

requiredCharacteristicUUIDs

Characteristic UUIDs that must ALL be present in the service.

excludedCharacteristicUUIDs

Characteristic UUIDs that must NOT be present in the service.