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

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

package dev.bluefalcon

import kotlinx.coroutines.flow.MutableStateFlow

expect class BluetoothService {
    val name: String?
    val characteristics: List
    internal val _characteristicsFlow: MutableStateFlow>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy