Skip to content

Commit

Permalink
readme and technical specification updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkki Silvola committed Nov 27, 2019
1 parent 610ba67 commit 162938f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Binary file modified technical_documentation/Polar_Measurement_Data_Specification.pdf
Binary file not shown.

0 comments on commit 162938f

Please sign in to comment.