ServiceWrapperBuilder

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Characteristic(val uuid: UUID = randomUUID(), val descriptors: List<ServiceWrapperBuilder.Descriptor> = listOf(Descriptor()), val properties: Int = 0)
Link copied to clipboard
data class Descriptor(val uuid: UUID = randomUUID())

Properties

Link copied to clipboard
var uuid: UUID

Functions

Link copied to clipboard
Link copied to clipboard