File tree 1 file changed +4
-4
lines changed
connectivity/FEATURE_BLE/include/ble/gap
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ class ScanParameters {
82
82
/* *
83
83
* Get the scan interval.
84
84
*/
85
- const scan_window_t &getInterval () const
85
+ const scan_interval_t &getInterval () const
86
86
{
87
87
return interval;
88
88
}
89
89
90
90
/* *
91
91
* Get the scan window.
92
92
*/
93
- const scan_interval_t &getWindow () const
93
+ const scan_window_t &getWindow () const
94
94
{
95
95
return window;
96
96
}
@@ -121,8 +121,8 @@ class ScanParameters {
121
121
*/
122
122
ScanParameters (
123
123
phy_t phy = phy_t ::LE_1M,
124
- scan_window_t scan_interval = scan_interval_t ::min(),
125
- scan_interval_t scan_window = scan_window_t::min(),
124
+ scan_interval_t scan_interval = scan_interval_t ::min(),
125
+ scan_window_t scan_window = scan_window_t::min(),
126
126
bool active_scanning = false,
127
127
own_address_type_t own_address_type = own_address_type_t::RANDOM,
128
128
scanning_filter_policy_t scanning_filter_policy = scanning_filter_policy_t::NO_FILTER
You can’t perform that action at this time.
0 commit comments