File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
connectivity/FEATURE_BLE/include/ble/gap Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
@@ -121,8 +121,8 @@ class ScanParameters {
121121 */
122122 ScanParameters (
123123 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(),
126126 bool active_scanning = false,
127127 own_address_type_t own_address_type = own_address_type_t::RANDOM,
128128 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