PolarBleApiPowerStateObserver

public protocol PolarBleApiPowerStateObserver : AnyObject

Bluetooth state observer.

  • Ble powered on event.

    Declaration

    Swift

    func blePowerOn()
  • Ble powered off event, no further actions are needed from the application.

    Declaration

    Swift

    func blePowerOff()