BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Wed May 13 08:51:09 2015 +0100
Parent:
394:598368c24bbb
Child:
396:039ee79c9924
Commit message:
Synchronized with git rev 68036cd4
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:09 2015 +0100
+++ b/public/BLEDevice.h	Wed May 13 08:51:09 2015 +0100
@@ -257,7 +257,7 @@
     ble_error_t setScanInterval(uint16_t interval);
     ble_error_t setScanWindow  (uint16_t window);
     ble_error_t setScanTimeout (uint16_t timeout);
-    void        setActiveScan(bool activeScanning);
+    void        setActiveScan  (bool     activeScanning);
 
     /**
      * Start scanning (Observer Procedure) based on the scan-params currently