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: 1.2.1
Show newest version
package dev.bluefalcon

expect class BluetoothCharacteristic {
    val name: String?
    val value: ByteArray?
    val descriptors: List
}

expect class BluetoothCharacteristicDescriptor




© 2015 - 2024 Weber Informatics LLC | Privacy Policy