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: GapAdvertisingParams.cpp
- Revision:
- 7:5e1f0d7f7c7d
- Parent:
- 6:425638944835
- Child:
- 9:124ae067ae27
diff -r 425638944835 -r 5e1f0d7f7c7d GapAdvertisingParams.cpp
--- a/GapAdvertisingParams.cpp Fri Dec 13 00:41:11 2013 +0000
+++ b/GapAdvertisingParams.cpp Mon Dec 16 12:46:12 2013 +0000
@@ -101,3 +101,13 @@
GapAdvertisingParams::~GapAdvertisingParams(void)
{
}
+
+/**************************************************************************/
+/*!
+ @brief returns the current Advertising Type value
+*/
+/**************************************************************************/
+GapAdvertisingParams::AdvertisingType GapAdvertisingParams::getAdvertisingType(void)
+{
+ return _advType;
+}
