summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/opp/BluetoothOppTransfer.java
diff options
context:
space:
mode:
authorSravan Kumar V <sravankumar@codeaurora.org>2016-06-14 17:30:21 +0530
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:17:25 -0600
commit44c4f14bb9305f289928ed245e8ef0aae2aae549 (patch)
treef59a7c38f6cce63dfd1cc7849fa3cb75ab7decd8 /src/com/android/bluetooth/opp/BluetoothOppTransfer.java
parente1e83dc2af04c694914503d3c9d7eeb47ae57252 (diff)
downloadandroid_packages_apps_Bluetooth-44c4f14bb9305f289928ed245e8ef0aae2aae549.tar.gz
android_packages_apps_Bluetooth-44c4f14bb9305f289928ed245e8ef0aae2aae549.tar.bz2
android_packages_apps_Bluetooth-44c4f14bb9305f289928ed245e8ef0aae2aae549.zip
OPP: Squashed commit of the following:
OPP: Replace deprecated api with new API Remove unnecessary variable and avoid using deprecated api [Internal]. Change-Id: Ice9314d599d0c0f4d7cc0e1ed70c7e87fa41e937 Bluetooth: Extra debug prints to track ANR Add extra logs in PBAP and OPP profiles to track ANR during SNS test. Change-Id: If676ca59134105a423e42c23f767fbe1c7524e44 OPP: Show debug msg when receive incoming request In automation, many times UIAutomator is not able to accept the files saying PoP menu has not come. So to confirm added debug msg (Internal). Change-Id: If55765891e3465bf7f1715d7c02c4a7e39db05bd Change-Id: Ib315359f29b7f27b2dd6dccbd07946f2f97a978c
Diffstat (limited to 'src/com/android/bluetooth/opp/BluetoothOppTransfer.java')
-rw-r--r--src/com/android/bluetooth/opp/BluetoothOppTransfer.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/bluetooth/opp/BluetoothOppTransfer.java b/src/com/android/bluetooth/opp/BluetoothOppTransfer.java
index dd2e354f4..d6cc9d42b 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppTransfer.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppTransfer.java
@@ -85,8 +85,6 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch
private static final int CONNECT_RETRY_TIME = 100;
- private static final short OPUSH_UUID16 = 0x1105;
-
private static final String SOCKET_LINK_KEY_ERROR = "Invalid exchange";
private Context mContext;