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

Commit 976bf029 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

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

am: a951a593

* commit 'a951a593':
  PBAP connect to alternate device.

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


        return mService.connect(device);
        return mService.connect(device);