High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
GapAdvertisingData.cpp
- Committer:
- ktownsend
- Date:
- 2013-12-10
- Revision:
- 2:ffc5216bd2cc
- Child:
- 3:46de446e82ed
File content as of revision 2:ffc5216bd2cc:
#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) { }