High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
58:0642c323b751
Parent:
47:33f605e109a2
Child:
59:2c30cb482915
--- a/GapAdvertisingData.cpp	Thu May 29 09:50:47 2014 +0100
+++ b/GapAdvertisingData.cpp	Thu May 29 14:57:15 2014 +0100
@@ -30,11 +30,10 @@
     \endcode
 */
 /**************************************************************************/
-GapAdvertisingData::GapAdvertisingData(void)
+GapAdvertisingData::GapAdvertisingData(void) : _payload(),
+                                               _payloadLen(0),
+                                               _appearance(GENERIC_TAG)
 {
-    memset(_payload, 0, GAP_ADVERTISING_DATA_MAX_PAYLOAD);
-    _payloadLen = 0;
-    _appearance = GENERIC_TAG;
 }
 
 /**************************************************************************/