summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2014-07-10 18:12:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-07-09 14:45:53 +0000
commit57ab1b7ec8004603d95abc5110489cd8c8649a70 (patch)
tree7ba727fbb3e05469ee5241a6c866865a7170d108
parent56d5dc0c134c031b8d9898abf6ae5fb537fa2b49 (diff)
parentb057014d1966eee5fede365f54a9676e9f849b8e (diff)
downloadcts-57ab1b7ec8004603d95abc5110489cd8c8649a70.tar.gz
Merge "Fix CTS Verifier for BLE: Reliable Write Fail"
-rwxr-xr-x[-rw-r--r--]apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/BleServerService.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/BleServerService.java b/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/BleServerService.java
index a896d69589f..5606041c76a 100644..100755
--- a/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/BleServerService.java
+++ b/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/BleServerService.java
@@ -322,6 +322,7 @@ public class BleServerService extends Service {
if (execute) {
notifyExecuteWrite();
getCharacteristic(CHARACTERISTIC_UUID).setValue(mReliableWriteValue);
+ mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
}
}
};