Home
last modified time | relevance | path

Searched refs:gattClientStopBatchScanNative (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java542 gattClientStopBatchScanNative(clientIf); in resetBatchScan()
1139 private native void gattClientStopBatchScanNative(int client_if); in gattClientStopBatchScanNative() method in ScanManager.ScanNative
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1461 static void gattClientStopBatchScanNative(JNIEnv* env, jobject object, jint client_if) in gattClientStopBatchScanNative() function
1679 {"gattClientStopBatchScanNative", "(I)V", (void *) gattClientStopBatchScanNative},