correct scan parameters types

pull/15515/head
Mathieu Camélique 2024-05-16 12:39:40 +02:00
parent 7e16b0044e
commit 17a03ab8e6
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ public:
*/
ScanParameters(
phy_t phy = phy_t::LE_1M,
scan_window_t scan_interval = scan_interval_t::min(),
scan_interval_t scan_window = scan_window_t::min(),
scan_interval_t scan_interval = scan_interval_t::min(),
scan_window_t scan_window = scan_window_t::min(),
bool active_scanning = false,
own_address_type_t own_address_type = own_address_type_t::RANDOM,
scanning_filter_policy_t scanning_filter_policy = scanning_filter_policy_t::NO_FILTER