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>)