minor: adding a public accessor.
This commit is contained in:
parent
25bef2bd6e
commit
611f05f577
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public:
|
|||
_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; }
|
||||
|
|
Loading…
Reference in a new issue