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
Revision 780:a910652015cd, committed 2015-08-10
- Comitter:
- rgrover1
- Date:
- Mon Aug 10 15:19:43 2015 +0100
- Parent:
- 779:6fd9004bc4b7
- Child:
- 781:6cf1407e6620
- Commit message:
- Synchronized with git rev 186500f1
Author: Rohit Grover
rename to ADVParams::getIntervalInADVUnits()
Changed in this revision
| ble/GapAdvertisingParams.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/GapAdvertisingParams.h Mon Aug 10 15:19:43 2015 +0100
+++ b/ble/GapAdvertisingParams.h Mon Aug 10 15:19:43 2015 +0100
@@ -108,7 +108,7 @@
/**
* @return the advertisement interval in units advertisement duration units--i.e. 0.625ms units.
*/
- uint16_t getIntervalInAdvUnits(void) const {
+ uint16_t getIntervalInADVUnits(void) const {
return _interval;
}
