High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 443:a41e2aa7d240, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:51:56 2015 +0100
- Parent:
- 442:c120ffca22fa
- Child:
- 444:0ecf7ce69172
- Commit message:
- Synchronized with git rev 611f05f5
Author: Rohit Grover
minor: adding a public accessor.
Changed in this revision
public/GapScanningParams.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/GapScanningParams.h Fri Jun 19 15:51:56 2015 +0100 +++ b/public/GapScanningParams.h Fri Jun 19 15:51:56 2015 +0100 @@ -80,7 +80,7 @@ _activeScanning = activeScanning; } - +public: /* @Note: The following return durations in units of 0.625 ms */ uint16_t getInterval(void) const {return _interval;} uint16_t getWindow(void) const {return _window; }