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

Commit 36b0b88a authored by HsingYuan Lo's avatar HsingYuan Lo Committed by Jack He
Browse files

Enable robust caching for client side by default

Bug: 236983667
Test: build & verify gattc behavior
Tag: #feature
Change-Id: I09303d9b06f84c0feb499e6b141223528c68d61d
parent 67c4bdea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5089,7 +5089,7 @@ public class AdapterService extends Service {
            initFlags.add(String.format("%s=%s", GD_LINK_POLICY_FLAG, "true"));
        }
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH,
                GATT_ROBUST_CACHING_CLIENT_FLAG, false)) {
                GATT_ROBUST_CACHING_CLIENT_FLAG, true)) {
            initFlags.add(String.format("%s=%s", GATT_ROBUST_CACHING_CLIENT_FLAG, "true"));
        }
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH,