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 X_NUCLEO_IDB0XA1 by
Diff: source/BlueNRGGap.cpp
- Revision:
- 224:d8669b6b3175
- Parent:
- 223:36df860f7ffc
- Child:
- 228:25368f053411
diff -r 36df860f7ffc -r d8669b6b3175 source/BlueNRGGap.cpp --- a/source/BlueNRGGap.cpp Fri Apr 08 17:42:38 2016 +0200 +++ b/source/BlueNRGGap.cpp Tue Apr 12 18:07:16 2016 +0200 @@ -1002,64 +1002,6 @@ return BLE_ERROR_NONE; } -/**************************************************************************/ -/*! - @brief Gets the value of maximum advertising interval in ms - - @returns uint16_t - - @retval value of maximum advertising interval in ms - - @section EXAMPLE - - @code - - @endcode -*/ -/**************************************************************************/ -uint16_t BlueNRGGap::getMaxAdvertisingInterval(void) const { - return advtInterval; -} - - -/**************************************************************************/ -/*! - @brief Gets the value of minimum advertising interval in ms - - @returns uint16_t - - @retval value of minimum advertising interval in ms - - @section EXAMPLE - - @code - - @endcode -*/ -/**************************************************************************/ -uint16_t BlueNRGGap::getMinAdvertisingInterval(void) const { - return 0; // minimum Advertising interval is 0 -} - -/**************************************************************************/ -/*! - @brief Gets the value of minimum non connectable advertising interval in ms - - @returns uint16_t - - @retval value of minimum non connectable advertising interval in ms - - @section EXAMPLE - - @code - - @endcode -*/ -/**************************************************************************/ -uint16_t BlueNRGGap::getMinNonConnectableAdvertisingInterval(void) const { - return BLE_GAP_ADV_NONCON_INTERVAL_MIN; -} - GapScanningParams* BlueNRGGap::getScanningParams(void) { return &_scanningParams;