Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java81 private native void gattClientScanNative(boolean start); in gattClientScanNative() method in ScanNativeInterface
132 gattClientScanNative(start); in gattClientScan()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1356 static void gattClientScanNative(JNIEnv* /* env */, jobject /* object */, in gattClientScanNative() function
2597 {"gattClientScanNative", "(Z)V", (void*)gattClientScanNative}, in register_com_android_bluetooth_gatt_scan()