Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1192 ScopedLocalRef<jclass> filtparam(env, env->GetObjectClass(params)); in gattClientScanFilterParamAddNative() local
1194 methodId = env->GetMethodID(filtparam.get(), "getClientIf", "()I"); in gattClientScanFilterParamAddNative()
1197 methodId = env->GetMethodID(filtparam.get(), "getFiltIndex", "()I"); in gattClientScanFilterParamAddNative()
1200 methodId = env->GetMethodID(filtparam.get(), "getFeatSeln", "()I"); in gattClientScanFilterParamAddNative()
1203 methodId = env->GetMethodID(filtparam.get(), "getListLogicType", "()I"); in gattClientScanFilterParamAddNative()
1206 methodId = env->GetMethodID(filtparam.get(), "getFiltLogicType", "()I"); in gattClientScanFilterParamAddNative()
1209 methodId = env->GetMethodID(filtparam.get(), "getDelyMode", "()I"); in gattClientScanFilterParamAddNative()
1212 methodId = env->GetMethodID(filtparam.get(), "getFoundTimeout", "()I"); in gattClientScanFilterParamAddNative()
1215 methodId = env->GetMethodID(filtparam.get(), "getLostTimeout", "()I"); in gattClientScanFilterParamAddNative()
1218 methodId = env->GetMethodID(filtparam.get(), "getFoundTimeOutCnt", "()I"); in gattClientScanFilterParamAddNative()
[all …]