High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Jun 08 10:41:18 2015 +0100
Parent:
413:4d5fb1522cfb
Child:
415:db8b7c4caa61
Commit message:
Synchronized with git rev d9283d58
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	Mon Jun 08 10:41:18 2015 +0100
+++ b/public/BLEDevice.h	Mon Jun 08 10:41:18 2015 +0100
@@ -824,7 +824,6 @@
 
 inline ble_error_t
 BLEDevice::setScanWindow(uint16_t window) {
-
     return scanningParams.setWindow(window);
 }
 
@@ -854,7 +853,6 @@
     return transport->getGap().stopScan();
 }
 
-
 inline ble_error_t
 BLEDevice::disconnect(Gap::DisconnectionReason_t reason)
 {