Searched refs:gattClientScanNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java467 gattClientScanNative(false);
471 gattClientScanNative(true);
504 gattClientScanNative(true);
677 gattClientScanNative(false);
696 gattClientScanNative(false);
1107 private native void gattClientScanNative(boolean start); method in class:ScanManager.ScanNative
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1007 static void gattClientScanNative(JNIEnv* env, jobject object, jboolean start) function in namespace:android
1675 {"gattClientScanNative", "(Z)V", (void *) gattClientScanNative},

Completed in 64 milliseconds