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:
- 76:103fac6e36d1
- Parent:
- 45:8a9919adb207
--- a/GapAdvertisingParams.cpp Fri Jun 06 14:14:46 2014 +0100
+++ b/GapAdvertisingParams.cpp Mon Jun 09 08:29:22 2014 +0100
@@ -82,9 +82,7 @@
\endcode
*/
/**************************************************************************/
-GapAdvertisingParams::GapAdvertisingParams(AdvertisingType advType,
- uint16_t interval,
- uint16_t timeout)
+GapAdvertisingParams::GapAdvertisingParams(AdvertisingType advType, uint16_t interval, uint16_t timeout)
{
_advType = advType;
_interval = interval;
