commonMain.dev.bluefalcon.BluetoothPeripheral.kt Maven / Gradle / Ivy
package dev.bluefalcon
import kotlinx.coroutines.flow.MutableStateFlow
expect class BluetoothPeripheral {
val name: String?
val uuid: String
var rssi: Float?
var mtuSize: Int?
val services: List
internal val _servicesFlow: MutableStateFlow>
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy