Loading android/app/src/com/android/bluetooth/btservice/AdapterProperties.java +2 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ import com.android.bluetooth.btservice.RemoteDevices.DeviceProperties; import java.util.HashMap; import java.util.ArrayList; import java.util.concurrent.CopyOnWriteArrayList; class AdapterProperties { private static final boolean DBG = true; Loading @@ -44,7 +45,7 @@ class AdapterProperties { private int mScanMode; private int mDiscoverableTimeout; private ParcelUuid[] mUuids; private ArrayList<BluetoothDevice> mBondedDevices = new ArrayList<BluetoothDevice>(); private CopyOnWriteArrayList<BluetoothDevice> mBondedDevices = new CopyOnWriteArrayList<BluetoothDevice>(); private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; private HashMap<Integer, Pair<Integer, Integer>> mProfileConnectionState; Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterProperties.java +2 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ import com.android.bluetooth.btservice.RemoteDevices.DeviceProperties; import java.util.HashMap; import java.util.ArrayList; import java.util.concurrent.CopyOnWriteArrayList; class AdapterProperties { private static final boolean DBG = true; Loading @@ -44,7 +45,7 @@ class AdapterProperties { private int mScanMode; private int mDiscoverableTimeout; private ParcelUuid[] mUuids; private ArrayList<BluetoothDevice> mBondedDevices = new ArrayList<BluetoothDevice>(); private CopyOnWriteArrayList<BluetoothDevice> mBondedDevices = new CopyOnWriteArrayList<BluetoothDevice>(); private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; private HashMap<Integer, Pair<Integer, Integer>> mProfileConnectionState; Loading