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

Commit d53cdd2b 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

am: 89c10871

Change-Id: I879ec1f919386efb433d21e2bc7088e3ed31f4ce
parents fe9368af 89c10871
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());