High level Bluetooth Low Energy API and radio abstraction layer
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; }