Class PolarD2HNotificationsUtilsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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