High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
527:493185cebc03
Parent:
526:caa67c3187a0
Child:
531:bdcd44b03974
--- a/public/GapScanningParams.h	Fri Jun 19 15:52:06 2015 +0100
+++ b/public/GapScanningParams.h	Fri Jun 19 15:52:07 2015 +0100
@@ -80,7 +80,7 @@
         _activeScanning = activeScanning;
     }
 
-
+public:
     /* @Note: The following return durations in units of 0.625 ms */
     uint16_t getInterval(void) const {return _interval;}
     uint16_t getWindow(void)   const {return _window;  }