Enum PolarBleApi.PolarBleSdkFeature
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum PolarBleApi.PolarBleSdkFeature extends Enum<PolarBleApi.PolarBleSdkFeature>
Features available in Polar BLE SDK library
-
-
Field Summary
Fields Modifier and Type Field Description private final String
name
private final Integer
ordinal
private final EnumEntries<PolarBleApi.PolarBleSdkFeature>
entries
-
Enum Constant Summary
Enum Constants Enum Constant Description FEATURE_HR
Hr feature to receive hr and rr data from Polar or any other BLE device via standard HR BLE service
FEATURE_DEVICE_INFO
Device information feature to receive sw information from Polar or any other BLE device
FEATURE_BATTERY_INFO
Feature to receive battery level info from Polar or any other BLE device
FEATURE_POLAR_ONLINE_STREAMING
Polar sensor streaming feature to stream live online data. For example hr, ecg, acc, ppg, ppi, etc...
FEATURE_POLAR_OFFLINE_RECORDING
Polar offline recording feature to record offline data to Polar device without continuous BLE connection.
FEATURE_POLAR_H10_EXERCISE_RECORDING
H10 exercise recording feature to record exercise data to Polar H10 device without continuous BLE connection.
FEATURE_POLAR_DEVICE_TIME_SETUP
Feature to read and set device time in Polar device
FEATURE_POLAR_SDK_MODE
In SDK mode the wider range of capabilities are available for the online stream or offline recoding than in normal operation mode.
FEATURE_POLAR_FILE_TRANSFER
Polar PFTP communication is required for Polar applications.
FEATURE_HTS
Health Thermometer client
FEATURE_POLAR_LED_ANIMATION
FEATURE_POLAR_FIRMWARE_UPDATE
Firmware update for Polar device.
FEATURE_POLAR_ACTIVITY_DATA
Feature to receive activity data from Polar device.
FEATURE_POLAR_SLEEP_DATA
Feature to receive sleep data from Polar device.
FEATURE_POLAR_TEMPERATURE_DATA
Feature to receive temperature data from Polar device.
-
Method Summary
Modifier and Type Method Description final PolarBleApi.PolarBleSdkFeature
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<PolarBleApi.PolarBleSdkFeature>
values()
Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<PolarBleApi.PolarBleSdkFeature>
getEntries()
Features available in Polar BLE SDK library -
-
Method Detail
-
valueOf
final PolarBleApi.PolarBleSdkFeature valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<PolarBleApi.PolarBleSdkFeature> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<PolarBleApi.PolarBleSdkFeature> getEntries()
Features available in Polar BLE SDK library
-
-
-
-