From d167db19a9f34c8125a379b6e7095c8efb82d06f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski Date: Thu, 4 Aug 2016 13:16:32 -0700 Subject: [PATCH] Fix bad index usage Bug: 27999121 Change-Id: Ie2ba6f71bbf6f789a3c1016ba2f0051b809ac87e --- core/java/android/bluetooth/BluetoothGattServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/bluetooth/BluetoothGattServer.java b/core/java/android/bluetooth/BluetoothGattServer.java index d3c6444b1f901..c2bcbb2df6366 100644 --- a/core/java/android/bluetooth/BluetoothGattServer.java +++ b/core/java/android/bluetooth/BluetoothGattServer.java @@ -133,7 +133,7 @@ public final class BluetoothGattServer implements BluetoothProfile { List temp_descs = temp_char.getDescriptors(); List svc_descs = svc_char.getDescriptors(); for (int j=0; j