Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_BluetoothHciVendorSpecific.cpp160 jbyteArray uuidArray) { in sendCommandNative() argument
168 jbyte* pUuid = env->GetByteArrayElements(uuidArray, NULL); in sendCommandNative()
169 if (pParameters && pUuid && env->GetArrayLength(uuidArray) == 16) { in sendCommandNative()
191 env->ReleaseByteArrayElements(uuidArray, pUuid, 0); in sendCommandNative()