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

Commit c2f5cc50 authored by zzy's avatar zzy Committed by Android (Google) Code Review
Browse files

disable the sync addr flag

parent 20738945
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,12 +25,11 @@ import android.provider.Settings;
import android.util.Log;
import java.util.List;
import java.util.ArrayList;

class BluetoothManagerService extends IBluetoothManager.Stub {
    private static final String TAG = "BluetoothManagerService";
    private static final boolean DBG = true;

    private static final boolean ALWAYS_SYNC_NAME_ADDRESS=true; //If true, always load name and address
    private static final boolean ALWAYS_SYNC_NAME_ADDRESS=false; //true; //If true, always load name and address
    private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
    private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
    private static final String ACTION_SERVICE_STATE_CHANGED="com.android.bluetooth.btservice.action.STATE_CHANGED";