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

Commit a951a593 authored by Sanket Agarwal's avatar Sanket Agarwal Committed by Android (Google) Code Review
Browse files

Merge "PBAP connect to alternate device." into nyc-dev

parents 7a276116 c76c857c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -144,8 +144,10 @@ final class PbapClientProfile implements LocalBluetoothProfile {
                    return true;
                }
            }
            for (BluetoothDevice src : srcs) {
                mService.disconnect(device);
            }
        }
        Log.d(TAG,"PBAPClientProfile attempting to connect to " + device.getAddress());

        return mService.connect(device);