Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a728bd26 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

GATT-Caching: Disable GATT caching by default am: edbb095d

parents 581a7d6c edbb095d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5087,7 +5087,8 @@ public class AdapterService extends Service {
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH, GD_LINK_POLICY_FLAG, false)) {
            initFlags.add(String.format("%s=%s", GD_LINK_POLICY_FLAG, "true"));
        }
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH, GATT_ROBUST_CACHING_FLAG, true)) {
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH,
                GATT_ROBUST_CACHING_FLAG, false)) {
            initFlags.add(String.format("%s=%s", GATT_ROBUST_CACHING_FLAG, "true"));
        }
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH,