Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp115 static jmethodID method_onScanResult; variable
223 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onScanResult, event_type, in btgattc_scan_result_cb()
777 method_onScanResult = env->GetMethodID(clazz, "onScanResult", in classInitNative()