High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: GapAdvertisingData.cpp
- 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; } /**************************************************************************/