Package com.polar.sdk.api
        Interface PolarFirmwareUpdateApi
- 
                    
                    - All Implemented Interfaces:
 
 public interface PolarFirmwareUpdateApiPolar firmware update API. Requires feature FEATURE_POLAR_FIRMWARE_UPDATE 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract Observable<CheckFirmwareUpdateStatus>checkFirmwareUpdate(String identifier)Checks if a firmware update is available for the given device identifier. abstract Flowable<FirmwareUpdateStatus>updateFirmware(String identifier)Updates firmware to given device. abstract Flowable<FirmwareUpdateStatus>updateFirmware(String identifier, String firmwareUrl)Updates firmware to given device from specific URL. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        checkFirmwareUpdateabstract Observable<CheckFirmwareUpdateStatus> checkFirmwareUpdate(String identifier) Checks if a firmware update is available for the given device identifier. - Parameters:
- identifier- Polar device ID or Bluetooth address
- Returns:
- Observable emitting CheckFirmwareUpdateStatus 
 
 - 
                                        updateFirmwareabstract Flowable<FirmwareUpdateStatus> updateFirmware(String identifier) Updates firmware to given device. - Parameters:
- identifier- Polar device ID or BT address
- Returns:
- Flowable emitting status of firmware update 
 
 - 
                                        updateFirmwareabstract Flowable<FirmwareUpdateStatus> updateFirmware(String identifier, String firmwareUrl) Updates firmware to given device from specific URL. - Parameters:
- identifier- Polar device ID or BT address
- firmwareUrl- URL to firmware file.
- Returns:
- Flowable emitting status of firmware update 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-