polar library
Classes
- LedConfig
- Configuration for the LEDs on the Polar device
- Polar
-
Flutter implementation of the
PolarBleSdk
- PolarAccSample
- Polar acc sample
- PolarBatteryLevelEvent
- Battery level received from device.
- PolarDeviceDisconnectedEvent
- Polar disconnect event
- PolarDeviceInfo
- Polar device info
- PolarDisInformationEvent
- Received DIS info.
- PolarEcgSample
- Polar ecg sample
- PolarExerciseData
- Polar Exercise Data
- PolarExerciseEntry
- Polar exercise entry
- PolarGyroSample
- Polar gyro sample
- PolarHrSample
- Polar HR sample
- PolarMagnetometerSample
- Polar magnetometer sample
- PolarPpgData
- Polar ppg data
- PolarPpgSample
- Polar ohr sample
- PolarPpiSample
- Polar ppi sample
- PolarPressureSample
- Polar pressure sample
- PolarRecordingStatus
- Polar Recording status
- PolarSdkFeatureReadyEvent
-
The feature is available in this device and it is ready. Called only for
the features which are specified in
PolarBleApi
construction. - PolarSensorSetting
- polar sensor settings class
-
PolarStreamingData<
T> - Base class for all streaming data
- PolarTemperatureSample
- Polar temperature sample
Enums
- PolarDataType
- Data types available in Polar devices for online streaming or offline recording.
- PolarSdkFeature
- Features available in Polar BLE SDK library
- PolarSettingType
- settings type
- PpgDataType
- OHR data source enum
- RecordingInterval
- Recoding intervals for H10 recording start
- SampleType
- Sample types for H10 recording start
Typedefs
-
PolarAccData
= PolarStreamingData<
PolarAccSample> - Polar acc data
-
PolarEcgData
= PolarStreamingData<
PolarEcgSample> - Polar ecg data
-
PolarGyroData
= PolarStreamingData<
PolarGyroSample> - Polar gyro data
-
PolarHrData
= PolarStreamingData<
PolarHrSample> - Polar HR data
-
PolarMagnetometerData
= PolarStreamingData<
PolarMagnetometerSample> - Polar magnetometer data
-
PolarPpiData
= PolarStreamingData<
PolarPpiSample> - Polar ppi data
-
PolarPressureData
= PolarStreamingData<
PolarPressureSample> - Polar pressure data
-
PolarTemperatureData
= PolarStreamingData<
PolarTemperatureSample> - Polar temperature data