Package com.polar.sdk.impl.utils
Class PolarD2HNotificationsUtilsKt
-
- All Implemented Interfaces:
public final class PolarD2HNotificationsUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static Flowable<PolarD2HNotificationData>,java.lang.String)>observeDeviceToHostNotifications(<Error class: unknown class> $self, String identifier)Extension function for BlePsFtpClient to observe device-to-host notifications. -
-
Method Detail
-
observeDeviceToHostNotifications
final static Flowable<PolarD2HNotificationData> ,java.lang.String)>observeDeviceToHostNotifications(<Error class: unknown class> $self, String identifier)
Extension function for BlePsFtpClient to observe device-to-host notifications.
This function filters the raw notification stream from the device and maps the notifications to PolarD2HNotificationData objects with parsed parameters.
- Parameters:
identifier- Polar device ID or BT address (used for logging)- Returns:
Flowable stream of parsed device-to-host notifications
-
-
-
-