Gatt Service Spec
constructor(uuid: UUID, version: Int = 1, requiredCharacteristicUUIDs: Set<UUID> = emptySet(), excludedCharacteristicUUIDs: Set<UUID> = emptySet())(source)
Parameters
uuid
The service UUID that must be present.
required Characteristic UUIDs
Characteristic UUIDs that must ALL be present in the service.
excluded Characteristic UUIDs
Characteristic UUIDs that must NOT be present in the service.