Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1286 jfieldID typeFid = env->GetFieldID(entryClazz, "type", "B"); in gattClientScanFilterAddNative() local
1305 curr.type = env->GetByteField(current.get(), typeFid); in gattClientScanFilterAddNative()