Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1294 jfieldID companyFid = env->GetFieldID(entryClazz, "company", "I"); in gattClientScanFilterAddNative() local
1341 curr.company = env->GetIntField(current.get(), companyFid); in gattClientScanFilterAddNative()