YUFEI JIANG / BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

GapAdvertisingData.h

Committer:
ktownsend
Date:
2013-12-10
Revision:
2:ffc5216bd2cc
Child:
3:46de446e82ed

File content as of revision 2:ffc5216bd2cc:

#ifndef __GAP_ADVERTISING_DATA_H__
#define __GAP_ADVERTISING_DATA_H__

#include "blecommon.h"

class GapAdvertisingData
{
public:
    GapAdvertisingData(void);
    virtual ~GapAdvertisingData(void);
    
private:
};

#endif