mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Reintroduce refactored type identifier in privacy configuration structures.
parent
dc3ff6a5e0
commit
5abf2f08fa
|
@ -891,6 +891,9 @@ struct peripheral_privacy_configuration_t {
|
||||||
PERFORM_AUTHENTICATION_PROCEDURE
|
PERFORM_AUTHENTICATION_PROCEDURE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
|
||||||
|
typedef resolution_strategy_t ResolutionStrategy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Connection strategy to use when a connection request contains a
|
* Connection strategy to use when a connection request contains a
|
||||||
* private resolvable address.
|
* private resolvable address.
|
||||||
|
@ -941,6 +944,9 @@ struct central_privay_configuration_t {
|
||||||
RESOLVE_AND_FILTER
|
RESOLVE_AND_FILTER
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
|
||||||
|
typedef resolution_strategy_t ResolutionStrategy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolution strategy applied to advertising packets received by the
|
* Resolution strategy applied to advertising packets received by the
|
||||||
* local device.
|
* local device.
|
||||||
|
|
Loading…
Reference in New Issue