From d21f674c150aa26c8094d1418108649f53f810e6 Mon Sep 17 00:00:00 2001 From: Matthew Xie Date: Sun, 26 May 2013 21:03:16 +0000 Subject: Revert "Change GATT_FAILURE from 0 to 0x101" This reverts commit 8310e6196ffeb6d0dce33fc1a528113b04f304d6 Change-Id: I467f7cfc8626b0fc54509a89158cd2d84a0c10b8 --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 98da741..1fb398e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -4923,7 +4923,7 @@ package android.bluetooth { method public boolean setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic, boolean); method public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic); method public boolean writeDescriptor(android.bluetooth.BluetoothGattDescriptor); - field public static final int GATT_FAILURE = 257; // 0x101 + field public static final int GATT_FAILURE = 0; // 0x0 field public static final int GATT_INSUFFICIENT_AUTHENTICATION = 5; // 0x5 field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf field public static final int GATT_INVALID_ATTRIBUTE_LENGTH = 13; // 0xd -- cgit v1.1