commonMain.dev.bluefalcon.BluetoothCharacteristic.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blue-falcon-rpi Show documentation
Show all versions of blue-falcon-rpi Show documentation
Bluetooth Multiplatform Library
package dev.bluefalcon
expect class BluetoothCharacteristic {
val name: String?
val value: ByteArray?
val descriptors: List
}
expect class BluetoothCharacteristicDescriptor