All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.bluefalcon.BluetoothCharacteristic.kt Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy