High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
408:388570b048a7
Parent:
329:2e082a9c7c13
Child:
535:ef283b2f0c77
--- a/public/GapAdvertisingParams.h	Mon May 18 09:54:27 2015 +0100
+++ b/public/GapAdvertisingParams.h	Mon Jun 08 10:41:17 2015 +0100
@@ -106,10 +106,6 @@
     AdvertisingType _advType;
     uint16_t        _interval;
     uint16_t        _timeout;
-
-private:
-    /* disallow copy constructor */
-    GapAdvertisingParams(const GapAdvertisingParams &);
 };
 
 #endif // ifndef __GAP_ADVERTISING_PARAMS_H__
\ No newline at end of file