+
+
+
Contains the callbacks of the API.
+
+
Definition at line 13 of file PolarBleApiCallback.java.
+
+
+
◆ accelerometerFeatureReady()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.accelerometerFeatureReady |
+ ( |
+ @NonNull final String |
+ identifier | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
+
+
◆ batteryLevelReceived()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.batteryLevelReceived |
+ ( |
+ @NonNull final String |
+ identifier, |
+
+
+ |
+ |
+ final int |
+ level |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+inline |
+
+
+
+
+
+
◆ biozFeatureReady()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.biozFeatureReady |
+ ( |
+ @NonNull final String |
+ identifier | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
Polar device's bioz feature is ready.
- Parameters
-
+
+ identifier | Polar device id |
+
+
+
+
+
Definition at line 71 of file PolarBleApiCallback.java.
+
+
+
+
+
◆ blePowerStateChanged()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.blePowerStateChanged |
+ ( |
+ final boolean |
+ powered | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
- Parameters
-
+
+ powered | true = Bluetooth power on, false = Bluetooth power off |
+
+
+
+
+
Definition at line 18 of file PolarBleApiCallback.java.
+
+
+
+
+
◆ deviceConnected()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.deviceConnected |
+ ( |
+ @NonNull final PolarDeviceInfo |
+ polarDeviceInfo | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
Device is now connected
- Parameters
-
+
+ polarDeviceInfo | Polar device information |
+
+
+
+
+
Definition at line 24 of file PolarBleApiCallback.java.
+
+
+
+
+
◆ deviceConnecting()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.deviceConnecting |
+ ( |
+ @NonNull final PolarDeviceInfo |
+ polarDeviceInfo | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
Connecting to device
- Parameters
-
+
+ polarDeviceInfo | Polar device information |
+
+
+
+
+
Definition at line 30 of file PolarBleApiCallback.java.
+
+
+
+
+
◆ deviceDisconnected()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.deviceDisconnected |
+ ( |
+ @NonNull final PolarDeviceInfo |
+ polarDeviceInfo | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
Device is now disconnected, no further action is needed from the application if polar.com.sdk.api.PolarBleApi::disconnectFromPolarDevice is not called. Device will be automatically reconnected
- Parameters
-
+
+ polarDeviceInfo | Polar device information |
+
+
+
+
+
Definition at line 37 of file PolarBleApiCallback.java.
+
+
+
+
+
◆ disInformationReceived()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.disInformationReceived |
+ ( |
+ @NonNull final String |
+ identifier, |
+
+
+ |
+ |
+ @NonNull UUID |
+ uuid, |
+
+
+ |
+ |
+ @NonNull final String |
+ value |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+inline |
+
+
+
+
+
+
◆ ecgFeatureReady()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.ecgFeatureReady |
+ ( |
+ @NonNull final String |
+ identifier | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
+
+
◆ hrFeatureReady()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.hrFeatureReady |
+ ( |
+ @NonNull final String |
+ identifier | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
Polar device HR client is now ready and HR transmission is starting in a moment.
- Parameters
-
+
+ identifier | Polar device id or bt address |
+
+
+
+
+
Definition at line 77 of file PolarBleApiCallback.java.
+
+
+
+
+
◆ hrNotificationReceived()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.hrNotificationReceived |
+ ( |
+ @NonNull final String |
+ identifier, |
+
+
+ |
+ |
+ @NonNull final PolarHrData |
+ data |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+inline |
+
+
+
+
HR notification data received from device. Notice when using OH1 and PPI measurement is started hr received from this callback is 0.
- Parameters
-
+
+ identifier | Polar device id or bt address |
+ data | |
+
+
+
+
- See also
- polar.com.sdk.api.model.PolarHrData.java
+
+
Definition at line 102 of file PolarBleApiCallback.java.
+
+
+
+
+
◆ polarFtpFeatureReady()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.polarFtpFeatureReady |
+ ( |
+ @NonNull final String |
+ identifier | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
+
+
◆ ppgFeatureReady()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.ppgFeatureReady |
+ ( |
+ @NonNull final String |
+ identifier | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
+
+
◆ ppiFeatureReady()
+
+
+
+
+
+
+
+
+ void polar.com.sdk.api.PolarBleApiCallback.ppiFeatureReady |
+ ( |
+ @NonNull final String |
+ identifier | ) |
+ |
+
+
+ |
+
+inline |
+
+
+
+
+
The documentation for this class was generated from the following file:
+