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
The newest version!
package dev.bluefalcon
import kotlinx.coroutines.flow.MutableStateFlow
expect class BluetoothCharacteristic {
val name: String?
val value: ByteArray?
val descriptors: List
internal val _descriptorsFlow: MutableStateFlow>
}
expect class BluetoothCharacteristicDescriptor