Pbap disconnect durring connect
am: a4f0127fbb
Change-Id: Ib2f65418dee82893a377b780647d823cfa274dd6
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user