Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp158 static jmethodID method_onScanFilterConfig; variable
415 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onScanFilterConfig, in btgattc_scan_filter_cfg_cb()
884 method_onScanFilterConfig = env->GetMethodID(clazz, "onScanFilterConfig", "(IIIII)V"); in classInitNative()