High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

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;
+}