mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Automated Code Change
PiperOrigin-RevId: 893702079
This commit is contained in:
@@ -206,10 +206,7 @@ bool InstantOnLostManager::StartInstantOnLostAdvertisement() {
|
||||
|
||||
StopOnLostAdvertising();
|
||||
|
||||
if (NearbyFlags::GetInstance().GetBoolFlag(
|
||||
config_package_nearby::nearby_connections_feature::
|
||||
kDisableInstantOnLostOnBleWithoutExtended) &&
|
||||
!ble_medium_.IsExtendedAdvertisementsAvailable()) {
|
||||
if (!ble_medium_.IsExtendedAdvertisementsAvailable()) {
|
||||
LOG(WARNING)
|
||||
<< __func__
|
||||
<< ": Disabling instant on lost on BLE without extended advertising.";
|
||||
|
||||
Reference in New Issue
Block a user