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

Commit 89c10871 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

Pbap disconnect durring connect am: a4f0127f am: a31933ab

am: 1c21f037

Change-Id: I367eea86cd82017a8c8a9e2922ac5a9580159b96
parents fb70d77f 1c21f037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ final class PbapClientProfile implements LocalBluetoothProfile {
                }
            }
            for (BluetoothDevice src : srcs) {
                mService.disconnect(device);
                mService.disconnect(src);
            }
        }
        Log.d(TAG,"PBAPClientProfile attempting to connect to " + device.getAddress());