diff --git a/README.md b/README.md index 7b8a2423..11cd5dfa 100644 --- a/README.md +++ b/README.md @@ -241,8 +241,8 @@ public void onDestroy() { } ``` -5. Connect to a Polar device using `api.connectToPolarDevice(DEVICE_ID)` , - `api.autoConnectToPolarDevice(-50, null).subscribe()` to connect nearby device or `api.searchForPolarDevice()` to scan and select the device +5. Connect to a Polar device using `api.connectToDevice(DEVICE_ID)` , + `api.autoConnectToDevice(-50, null).subscribe()` to connect nearby device or `api.searchForDevice()` to scan and select the device # iOS: Getting started Detailed documentation [Full Documentation](polar-sdk-ios/docs/). Minimum iOS version is 10. @@ -341,4 +341,4 @@ class MyController: UIViewController, } ``` -3. Connect to a Polar device using `api.connectToPolarDevice(id)` , `api.startAutoConnectToPolarDevice(_ rssi: Int, polarDeviceType: String?)` to connect nearby device or `api.searchForPolarDevice()` to scan and select the device +3. Connect to a Polar device using `api.connectToDevice(id)` , `api.startAutoConnectToDevice(_ rssi: Int, polarDeviceType: String?)` to connect nearby device or `api.searchForDevice()` to scan and select the device diff --git a/technical_documentation/Polar_Measurement_Data_Specification.pdf b/technical_documentation/Polar_Measurement_Data_Specification.pdf index 06435776..90346940 100644 Binary files a/technical_documentation/Polar_Measurement_Data_Specification.pdf and b/technical_documentation/Polar_Measurement_Data_Specification.pdf differ