PolarBleApiPowerStateObserver
public protocol PolarBleApiPowerStateObserver : AnyObject
Bluetooth state observer.
-
Ble powered on event.
Requires
Requires SDK feature(s): None (core API callback).Declaration
Swift
func blePowerOn() -
Ble powered off event, no further actions are needed from the application.
Requires
Requires SDK feature(s): None (core API callback).Declaration
Swift
func blePowerOff()