Stop BLE_V2 scan before upgrading to Wifi HotSpot to avoid interference

PiperOrigin-RevId: 746541587
This commit is contained in:
hai007
2025-04-11 11:59:18 -07:00
committed by Copybara-Service
parent b10957d712
commit 3c77c0dfa0
12 changed files with 138 additions and 8 deletions
@@ -89,6 +89,9 @@ constexpr auto kUseStableEndpointId =
// When true, disable instant on lost on BLE without extended feature.
constexpr auto kDisableInstantOnLostOnBleWithoutExtended =
flags::Flag<bool>(kConfigPackage, "45687098", true);
// When true, stop BLE_V2 scanning when upgrading to WIFI Hotspot or WFD.
constexpr auto kEnableStopBLEScanningOnWifiUpgrade =
flags::Flag<bool>(kConfigPackage, "45687902", false);
// When true, enable multiplexing in NC for AWDL.
constexpr auto kEnableMultiplexAwdl =
flags::Flag<bool>(kConfigPackage, "45690761", false);