Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp115 static jmethodID method_onScanResult; variable
227 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onScanResult, event_type, in btgattc_scan_result_cb()
899 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onScanResult, event_type, in OnScanResult()
977 method_onScanResult = env->GetMethodID(clazz, "onScanResult", in classInitNative()