mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Remove duplicate strategy field in the AdvertisingOptionsW, ConnectionOptionsW.
PiperOrigin-RevId: 452444826
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user