BLE_API_Tiny_BLE
Fork of BLE_API by
Revision 391:6f42075be548, committed 2015-05-13
- Comitter:
- rgrover1
- Date:
- Wed May 13 08:51:08 2015 +0100
- Parent:
- 390:4bf41689c7f9
- Child:
- 392:3201f029c2eb
- Commit message:
- Synchronized with git rev ba4914c1
Author: Rohit Grover
white space diffs.
Changed in this revision
public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLEDevice.h Wed May 13 08:51:08 2015 +0100 +++ b/public/BLEDevice.h Wed May 13 08:51:08 2015 +0100 @@ -254,8 +254,8 @@ uint16_t window = GapScanningParams::SCAN_WINDOW_MAX, uint16_t timeout = 0); ble_error_t setScanningInterval(uint16_t interval); - ble_error_t setScanningWindow(uint16_t window); - ble_error_t setScanningTimeout(uint16_t timeout); + ble_error_t setScanningWindow (uint16_t window); + ble_error_t setScanningTimeout (uint16_t timeout); /** * Start scanning (Observer Procedure) based on the scan-params currently