Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: GapAdvertisingData.h
- Revision:
- 2:ffc5216bd2cc
- Child:
- 3:46de446e82ed
diff -r fd3ec64b2345 -r ffc5216bd2cc GapAdvertisingData.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/GapAdvertisingData.h Tue Dec 10 07:32:12 2013 +0000
@@ -0,0 +1,15 @@
+#ifndef __GAP_ADVERTISING_DATA_H__
+#define __GAP_ADVERTISING_DATA_H__
+
+#include "blecommon.h"
+
+class GapAdvertisingData
+{
+public:
+ GapAdvertisingData(void);
+ virtual ~GapAdvertisingData(void);
+
+private:
+};
+
+#endif
