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.
Dependents: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Diff: ble/Gap.h
- Revision:
- 767:d6a79c77d1c3
- Parent:
- 766:03f1a26f132f
- Child:
- 770:079b714e9c1a
diff -r 03f1a26f132f -r d6a79c77d1c3 ble/Gap.h
--- a/ble/Gap.h Fri Aug 07 15:53:50 2015 +0100
+++ b/ble/Gap.h Fri Aug 07 15:53:50 2015 +0100
@@ -464,7 +464,7 @@
} else if (interval < getMinAdvertisingInterval()) {
interval = getMinAdvertisingInterval();
}
- _advParams.setInterval(MSEC_TO_ADVERTISEMENT_DURATION_UNITS(interval));
+ _advParams.setInterval(GapAdvertisingParams::MSEC_TO_ADVERTISEMENT_DURATION_UNITS(interval));
}
/**
