High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: public/GapScanningParams.h
- Revision:
- 670:5e4aecd9af5b
- Parent:
- 669:7179b4a5aa7d
- Child:
- 674:923c47bd1547
--- a/public/GapScanningParams.h Fri Jun 19 15:53:01 2015 +0100 +++ b/public/GapScanningParams.h Fri Jun 19 15:53:01 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; }