mirror of https://github.com/ARMmbed/mbed-os.git
change type in ScanParameters getters
parent
17a03ab8e6
commit
3746f5af68
|
@ -82,7 +82,7 @@ public:
|
|||
/**
|
||||
* Get the scan interval.
|
||||
*/
|
||||
const scan_window_t &getInterval() const
|
||||
const scan_interval_t &getInterval() const
|
||||
{
|
||||
return interval;
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ public:
|
|||
/**
|
||||
* Get the scan window.
|
||||
*/
|
||||
const scan_interval_t &getWindow() const
|
||||
const scan_window_t &getWindow() const
|
||||
{
|
||||
return window;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue