Package com.polar.sdk.api.model
Class PolarDeviceInfo
-
- All Implemented Interfaces:
public final class PolarDeviceInfoContains information about the current Device.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdeviceIdprivate final Stringaddressprivate final Integerrssiprivate final Stringnameprivate final BooleanisConnectableprivate final BooleanhasHeartRateServiceprivate final BooleanhasFileSystemServiceprivate final BooleanhasSAGRFCFileSystem
-
Method Summary
Modifier and Type Method Description final StringgetDeviceId()Polar device id final StringgetAddress()Bt mac address final IntegergetRssi()Received signal strength indication value in dBm. final StringgetName()Device name. final BooleanisConnectable()true adv type is connectable final BooleangetHasHeartRateService()true if device has heart rate service available final BooleangetHasFileSystemService()true if device has file system service (PSFTP) available final BooleangetHasSAGRFCFileSystem()true if device has SAGRFC filesystem, false otherwise. -
-
Method Detail
-
getDeviceId
final String getDeviceId()
Polar device id
-
getAddress
final String getAddress()
Bt mac address
-
isConnectable
final Boolean isConnectable()
true adv type is connectable
-
getHasHeartRateService
final Boolean getHasHeartRateService()
true if device has heart rate service available
-
getHasFileSystemService
final Boolean getHasFileSystemService()
true if device has file system service (PSFTP) available
-
getHasSAGRFCFileSystem
final Boolean getHasSAGRFCFileSystem()
true if device has SAGRFC filesystem, false otherwise. If true, more abundant settings, like:
User device settings
User physical settings If true, actions like:
Offline measurement and measurement data reading and deletion
Reading activity data files from device
Device data logging
Device activity data reading and deletion
Reading device time
Exercise support (if available in device sw) are enabled. If false, the device may have limited or none settings available.
-
-
-
-