Package-level declarations

Types

Link copied to clipboard
data class BLEDeviceSession(val device: BLEDevice, val measurements: List<Measurement>)

Represents an active ble session

Link copied to clipboard

Enumeration of Bluetooth Low Energy (BLE) service types.

Link copied to clipboard
class EngageBLEService @Inject constructor(bleService: BLEService, ioScope: CoroutineScope, measurementMapper: MeasurementMapper)
Link copied to clipboard
sealed interface EngageBLEServiceEvent

Represents the events emitted by EngageBLEService

Link copied to clipboard
sealed interface EngageBLEServiceState

Represents the state of EngageBLEService

Link copied to clipboard
sealed interface Measurement

Represents a measurement