Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
45:8a9919adb207
Parent:
44:959ac8f4b3f7
Child:
76:103fac6e36d1
--- a/GapAdvertisingParams.cpp	Fri May 23 14:52:12 2014 +0100
+++ b/GapAdvertisingParams.cpp	Fri May 23 15:21:16 2014 +0100
@@ -129,33 +129,3 @@
 GapAdvertisingParams::~GapAdvertisingParams(void)
 {
 }
-
-/**************************************************************************/
-/*!
-    \brief returns the current Advertising Type value
-*/
-/**************************************************************************/
-GapAdvertisingParams::AdvertisingType GapAdvertisingParams::getAdvertisingType(void) const
-{
-    return _advType;
-}
-
-/**************************************************************************/
-/*!
-    \brief returns the current Advertising Delay (in units of 0.625ms)
-*/
-/**************************************************************************/
-uint16_t GapAdvertisingParams::getInterval(void) const
-{
-    return _interval;
-}
-
-/**************************************************************************/
-/*!
-    \brief returns the current Advertising Timeout (in seconds)
-*/
-/**************************************************************************/
-uint16_t GapAdvertisingParams::getTimeout(void) const
-{
-    return _timeout;
-}