Remove duplicate strategy field in the AdvertisingOptionsW, ConnectionOptionsW.

PiperOrigin-RevId: 452444826
This commit is contained in:
hai007
2022-06-01 20:14:46 -07:00
committed by Copybara-Service
parent 6ebf3731c8
commit 90b0f35449
2 changed files with 0 additions and 2 deletions
@@ -23,7 +23,6 @@ extern "C" {
// Advertising Options: used for Advertising.
// All fields are mutable, to make the type copy-assignable.
struct DLL_API AdvertisingOptionsW : public OptionsBaseW {
StrategyW strategy;
bool auto_upgrade_bandwidth;
bool enforce_topology_constraints;
bool low_power;
@@ -30,7 +30,6 @@ using BooleanMediumSelector = MediumSelectorW<bool>;
// Connection Options: used for both Advertising and Discovery.
// All fields are mutable, to make the type copy-assignable.
struct DLL_API ConnectionOptionsW : public OptionsBaseW {
StrategyW strategy;
bool auto_upgrade_bandwidth;
bool enforce_topology_constraints;
bool low_power;