Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1295 jfieldID companyMaskFid = env->GetFieldID(entryClazz, "company_mask", "I"); in gattClientScanFilterAddNative() local
1343 curr.company_mask = env->GetIntField(current.get(), companyMaskFid); in gattClientScanFilterAddNative()