Pbap disconnect durring connect

am: a4f0127fbb

Change-Id: Ib2f65418dee82893a377b780647d823cfa274dd6
This commit is contained in:
Joseph Pirozzo
2016-11-02 01:04:33 +00:00
committed by android-build-merger

View File

@@ -145,7 +145,7 @@ final class PbapClientProfile implements LocalBluetoothProfile {
} }
} }
for (BluetoothDevice src : srcs) { for (BluetoothDevice src : srcs) {
mService.disconnect(device); mService.disconnect(src);
} }
} }
Log.d(TAG,"PBAPClientProfile attempting to connect to " + device.getAddress()); Log.d(TAG,"PBAPClientProfile attempting to connect to " + device.getAddress());