Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp183 static jmethodID method_onSyncLost; variable
1971 method_onSyncLost = env->GetMethodID(clazz, "onSyncLost", "(I)V"); in periodicScanClassInitNative()
2021 sCallbackEnv->CallVoidMethod(mPeriodicScanCallbacksObj, method_onSyncLost, in onSyncLost()