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

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

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

expect class BluetoothPeripheral {
    val name: String?
    val uuid: String
    var rssi: Float?
    val services: List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy