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

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

There is a newer version: 2.2.1
Show 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 - 2025 Weber Informatics LLC | Privacy Policy