We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f7024a + 34d985a commit 546dafbCopy full SHA for 546dafb
features/FEATURE_BLE/source/Gap.cpp
@@ -79,7 +79,7 @@ const Gap::PeripheralPrivacyConfiguration_t Gap::default_peripheral_privacy_conf
79
80
const Gap::CentralPrivacyConfiguration_t Gap::default_central_privacy_configuration = {
81
/* use_non_resolvable_random_address */ false,
82
- /* resolution_strategy */ CentralPrivacyConfiguration_t::DO_NOT_RESOLVE
+ /* resolution_strategy */ CentralPrivacyConfiguration_t::RESOLVE_AND_FORWARD
83
};
84
85
void Gap::processConnectionEvent(
0 commit comments