mirror of https://github.com/ARMmbed/mbed-os.git
set correct default privacy configuration for centrals
parent
8292affb53
commit
34d985a4ac
|
|
@ -79,7 +79,7 @@ const Gap::PeripheralPrivacyConfiguration_t Gap::default_peripheral_privacy_conf
|
|||
|
||||
const Gap::CentralPrivacyConfiguration_t Gap::default_central_privacy_configuration = {
|
||||
/* use_non_resolvable_random_address */ false,
|
||||
/* resolution_strategy */ CentralPrivacyConfiguration_t::DO_NOT_RESOLVE
|
||||
/* resolution_strategy */ CentralPrivacyConfiguration_t::RESOLVE_AND_FORWARD
|
||||
};
|
||||
|
||||
void Gap::processConnectionEvent(
|
||||
|
|
|
|||
Loading…
Reference in New Issue