BLE_API_Tiny_BLE
Fork of BLE_API by
Diff: GapAdvertisingData.cpp
- Revision:
- 2:ffc5216bd2cc
- Child:
- 3:46de446e82ed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GapAdvertisingData.cpp Tue Dec 10 07:32:12 2013 +0000 @@ -0,0 +1,28 @@ +#include <stdio.h> +#include <string.h> + +#include "GapAdvertisingData.h" + +/**************************************************************************/ +/*! + @brief Creates a new GapAdvertisingData instance + + @section EXAMPLE + + @code + + @endcode +*/ +/**************************************************************************/ +GapAdvertisingData::GapAdvertisingData(void) +{ +} + +/**************************************************************************/ +/*! + Destructor +*/ +/**************************************************************************/ +GapAdvertisingData::~GapAdvertisingData(void) +{ +}