Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1991 ScopedLocalRef<jbyteArray> patternByteArray( in gattClientMsftAdvMonitorAddNative() local
1994 if (patternByteArray.get() != nullptr) { in gattClientMsftAdvMonitorAddNative()
1995 jbyte* patternBytes = env->GetByteArrayElements(patternByteArray.get(), NULL); in gattClientMsftAdvMonitorAddNative()
2000 for (int j = 0; j < env->GetArrayLength(patternByteArray.get()); j++) { in gattClientMsftAdvMonitorAddNative()