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 Stringnameprivate final Integerordinalprivate final EnumEntries<PolarBleApi.PolarBleSdkFeature>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description FEATURE_HRHr feature to receive hr and rr data from Polar or any other BLE device via standard HR BLE service
FEATURE_DEVICE_INFODevice information feature to receive sw information from Polar or any other BLE device
FEATURE_BATTERY_INFOFeature to receive battery level info from Polar or any other BLE device
FEATURE_POLAR_ONLINE_STREAMINGPolar sensor streaming feature to stream live online data. For example hr, ecg, acc, ppg, ppi, etc...
FEATURE_POLAR_OFFLINE_RECORDINGPolar offline recording feature to record offline data to Polar device without continuous BLE connection.
FEATURE_POLAR_H10_EXERCISE_RECORDINGH10 exercise recording feature to record exercise data to Polar H10 device without continuous BLE connection.
FEATURE_POLAR_DEVICE_TIME_SETUPFeature to read and set device time in Polar device
FEATURE_POLAR_SDK_MODEIn SDK mode the wider range of capabilities are available for the online stream or offline recoding than in normal operation mode.
FEATURE_POLAR_FILE_TRANSFERPolar PFTP communication is required for Polar applications.
FEATURE_HTSHealth Thermometer client
FEATURE_POLAR_LED_ANIMATIONFEATURE_POLAR_FIRMWARE_UPDATEFirmware update for Polar device.
FEATURE_POLAR_ACTIVITY_DATAFeature to receive activity data from Polar device.
FEATURE_POLAR_SLEEP_DATAFeature to receive sleep data from Polar device.
FEATURE_POLAR_TEMPERATURE_DATAFeature to receive temperature data from Polar device.
FEATURE_POLAR_FEATURES_CONFIGURATION_SERVICEFeature to read and set device configuration through Polar Features Configuration Service.
-
Method Summary
Modifier and Type Method Description final PolarBleApi.PolarBleSdkFeaturevalueOf(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
-
-
-
-