Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java626 gattClientScanNative(false); in configureRegularScanParams()
632 gattClientScanNative(true); in configureRegularScanParams()
666 gattClientScanNative(true); in startRegularScan()
853 gattClientScanNative(false); in stopRegularScan()
873 gattClientScanNative(false); in regularScanTimeout()
1302 private native void gattClientScanNative(boolean start); in gattClientScanNative() method in ScanManager.ScanNative
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1187 static void gattClientScanNative(JNIEnv* env, jobject object, jboolean start) { in gattClientScanNative() function
2332 {"gattClientScanNative", "(Z)V", (void*)gattClientScanNative},