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

jsMain.dev.bluefalcon.BluetoothService.kt Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package dev.bluefalcon

actual class BluetoothService {
    actual val name: String?
        get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
    actual val characteristics: List
        get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy