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: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: public/GapScanningParams.h
- Revision:
- 380:2109a08c311c
- Parent:
- 379:b379d350aaab
- Child:
- 386:d30591c3d39c
--- a/public/GapScanningParams.h Wed May 13 08:51:07 2015 +0100 +++ b/public/GapScanningParams.h Wed May 13 08:51:07 2015 +0100 @@ -45,7 +45,7 @@ } void setInterval(uint16_t newInterval) {_interval = newInterval;} - void setWindow(uint16_t newInterval) {_window = newWindow; } + void setWindow(uint16_t newWindow) {_window = newWindow; } void setTimeout(uint16_t newTimeout) {_timeout = newTimeout; } uint16_t getInterval(void) const {return _interval;}