commonMain.dev.bluefalcon.BluetoothService.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
import kotlinx.coroutines.flow.MutableStateFlow
expect class BluetoothService {
val name: String?
val characteristics: List
internal val _characteristicsFlow: MutableStateFlow>
}