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:
- 45:8a9919adb207
- Parent:
- 44:959ac8f4b3f7
- Child:
- 76:103fac6e36d1
diff -r 959ac8f4b3f7 -r 8a9919adb207 GapAdvertisingParams.cpp
--- 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;
-}
