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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp173 static jmethodID method_onBatchScanThresholdCrossed; member in namespace:android
551 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onBatchScanThresholdCrossed, client_if);
887 method_onBatchScanThresholdCrossed = env->GetMethodID(clazz, "onBatchScanThresholdCrossed", "(I)V");

Completed in 30 milliseconds