mirror of https://github.com/ARMmbed/mbed-os.git
Missing initializer in GenericGap
parent
472d3de849
commit
3523cdb264
|
|
@ -394,6 +394,7 @@ GenericGap::GenericGap(
|
|||
_advertising_filter_policy(pal::advertising_filter_policy_t::NO_FILTER),
|
||||
_whitelist(),
|
||||
_privacy_enabled(false),
|
||||
_random_address_rotating(false),
|
||||
_peripheral_privacy_configuration(default_peripheral_privacy_configuration),
|
||||
_central_privacy_configuration(default_central_privacy_configuration),
|
||||
_advertising_timeout(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue