commonMain.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-rpi Show documentation
Show all versions of blue-falcon-rpi Show documentation
Bluetooth Multiplatform Library
package dev.bluefalcon
expect class BluetoothPeripheral {
val name: String?
val uuid: String
var rssi: Float?
val services: List
}