summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorWei Wang <weiwa@google.com>2014-07-08 18:02:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-08 17:33:57 +0000
commit20e28abb314da5a052ee8cebd07308f1c3cab674 (patch)
treef9fbd1882d31af8f476b130f9d306b9653c50ece /jni
parent2ca3505536cd31a3e169a5f67f146897c80af353 (diff)
parente84b9ab8ebca5e6d108d722fa84234fddf3685cd (diff)
downloadandroid_packages_apps_Bluetooth-20e28abb314da5a052ee8cebd07308f1c3cab674.tar.gz
android_packages_apps_Bluetooth-20e28abb314da5a052ee8cebd07308f1c3cab674.tar.bz2
android_packages_apps_Bluetooth-20e28abb314da5a052ee8cebd07308f1c3cab674.zip
Merge "Implementation of batch scan."
Diffstat (limited to 'jni')
-rw-r--r--jni/com_android_bluetooth_gatt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/com_android_bluetooth_gatt.cpp b/jni/com_android_bluetooth_gatt.cpp
index 3b6ba2627..c773a599c 100644
--- a/jni/com_android_bluetooth_gatt.cpp
+++ b/jni/com_android_bluetooth_gatt.cpp
@@ -1706,7 +1706,6 @@ static JNINativeMethod sStateMachineMethods[] = {
{"gattClientConfigBatchScanStorageNative", "(IIII)V",(void *) gattClientConfigBatchScanStorageNative},
{"gattClientStartBatchScanNative", "(IIIIII)V", (void *) gattClientStartBatchScanNative},
{"gattClientStopBatchScanNative", "(I)V", (void *) gattClientStopBatchScanNative},
- {"gattClientReadScanReportsNative", "(II)V", (void *) gattClientReadScanReportsNative},
{"gattClientScanFilterParamAddNative", "(IIIIIIIIIII)V", (void *) gattClientScanFilterParamAddNative},
{"gattClientScanFilterParamDeleteNative", "(II)V", (void *) gattClientScanFilterParamDeleteNative},
{"gattClientScanFilterParamClearAllNative", "(I)V", (void *) gattClientScanFilterParamClearAllNative},
@@ -1761,6 +1760,7 @@ static JNINativeMethod sMethods[] = {
{"gattSetAdvDataNative", "(IZZZIII[B[B[B)V", (void *) gattSetAdvDataNative},
{"gattSetScanParametersNative", "(II)V", (void *) gattSetScanParametersNative},
+ {"gattClientReadScanReportsNative", "(II)V", (void *) gattClientReadScanReportsNative},
{"gattTestNative", "(IJJLjava/lang/String;IIIII)V", (void *) gattTestNative},
};