High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
9:124ae067ae27
Parent:
8:780bfa26d0ee
Child:
14:6ea5d1012a64
--- a/GapAdvertisingParams.h	Mon Dec 16 18:16:01 2013 +0000
+++ b/GapAdvertisingParams.h	Mon Dec 16 19:43:33 2013 +0000
@@ -26,6 +26,8 @@
     virtual ~GapAdvertisingParams(void);
     
     virtual AdvertisingType getAdvertisingType(void);
+    virtual uint16_t        getInterval(void);
+    virtual uint16_t        getTimeout(void);
 
   private:
     AdvertisingType  _advType;