We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a03ab commit 3746f5aCopy full SHA for 3746f5a
connectivity/FEATURE_BLE/include/ble/gap/ScanParameters.h
@@ -82,15 +82,15 @@ class ScanParameters {
82
/**
83
* Get the scan interval.
84
*/
85
- const scan_window_t &getInterval() const
+ const scan_interval_t &getInterval() const
86
{
87
return interval;
88
}
89
90
91
* Get the scan window.
92
93
- const scan_interval_t &getWindow() const
+ const scan_window_t &getWindow() const
94
95
return window;
96
0 commit comments