Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp184 static jmethodID method_onSyncReport; variable
1970 method_onSyncReport = env->GetMethodID(clazz, "onSyncReport", "(IIII[B)V"); in periodicScanClassInitNative()
2012 sCallbackEnv->CallVoidMethod(mPeriodicScanCallbacksObj, method_onSyncReport, in onSyncReport()