ServerBleGattServiceConfig

data class ServerBleGattServiceConfig(val uuid: UUID, val type: ServerBleGattServiceType, val characteristicConfigs: List<ServerBleGattCharacteristicConfig>)

A configuration class which is used as a prescription to create IBluetoothGattService.

Constructors

Link copied to clipboard
constructor(uuid: UUID, type: ServerBleGattServiceType, characteristicConfigs: List<ServerBleGattCharacteristicConfig>)

Properties

Link copied to clipboard

Characteristic configs of a service being created.

Link copied to clipboard

Type of a service being created.

Link copied to clipboard
val uuid: UUID

UUID of a service being created.