Home
last modified time | relevance | path

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

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