EngageBLEServiceEvent

Types

Link copied to clipboard
data class DeviceConnected(val bleDevice: BLEDevice) : EngageBLEServiceEvent

Represents an event indicating that a new device has been connected

Link copied to clipboard
data class DeviceDiscovered(val bluetoothDevice: BluetoothDevice) : EngageBLEServiceEvent

Represents an event indicating that a new not yet paired device has been discovered

Link copied to clipboard
data class DevicePaired(val bluetoothDevice: BluetoothDevice) : EngageBLEServiceEvent

Represents an event indicating that a new device has been paired

Link copied to clipboard
data class MeasurementReceived(val device: BLEDevice, val measurement: Measurement) : EngageBLEServiceEvent

Represents a measurement received event