jsMain.dev.bluefalcon.BluetoothPeripheral.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blue-falcon Show documentation
Show all versions of blue-falcon Show documentation
Bluetooth Multiplatform Library
package dev.bluefalcon
actual class BluetoothPeripheral {
actual val name: String?
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
actual val services: List
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
actual val uuid: String
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
actual var rssi: Float?
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
set(value) {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy