Searched refs:patternByteArray (Results 1 – 1 of 1) sorted by relevance
1991 ScopedLocalRef<jbyteArray> patternByteArray( in gattClientMsftAdvMonitorAddNative() local1994 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()