MeasurementMapper
interface MeasurementMapper
Component for mapping Bluetooth Low Energy (BLE) characteristics to measurements.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun map(characteristic: BluetoothGattCharacteristic?, data: ByteArray): Measurement?
Maps a Bluetooth GATT characteristic and its data to a measurement.
Link copied to clipboard
Determines if the given Bluetooth GATT characteristic is recognized by the mapper.