mirror of https://github.com/ARMmbed/mbed-os.git
correct scan parameters types
parent
7e16b0044e
commit
17a03ab8e6
|
@ -121,8 +121,8 @@ public:
|
||||||
*/
|
*/
|
||||||
ScanParameters(
|
ScanParameters(
|
||||||
phy_t phy = phy_t::LE_1M,
|
phy_t phy = phy_t::LE_1M,
|
||||||
scan_window_t scan_interval = scan_interval_t::min(),
|
scan_interval_t scan_interval = scan_interval_t::min(),
|
||||||
scan_interval_t scan_window = scan_window_t::min(),
|
scan_window_t scan_window = scan_window_t::min(),
|
||||||
bool active_scanning = false,
|
bool active_scanning = false,
|
||||||
own_address_type_t own_address_type = own_address_type_t::RANDOM,
|
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
|
scanning_filter_policy_t scanning_filter_policy = scanning_filter_policy_t::NO_FILTER
|
||||||
|
|
Loading…
Reference in New Issue