Skip to content

Commit 3746f5a

Browse files
committed
change type in ScanParameters getters
1 parent 17a03ab commit 3746f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connectivity/FEATURE_BLE/include/ble/gap/ScanParameters.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ class ScanParameters {
8282
/**
8383
* Get the scan interval.
8484
*/
85-
const scan_window_t &getInterval() const
85+
const scan_interval_t &getInterval() const
8686
{
8787
return interval;
8888
}
8989

9090
/**
9191
* Get the scan window.
9292
*/
93-
const scan_interval_t &getWindow() const
93+
const scan_window_t &getWindow() const
9494
{
9595
return window;
9696
}

0 commit comments

Comments
 (0)