Home | History | Annotate | Download | only in jni

Lines Matching defs:uuid

830     jbyte *addr = NULL, *uuid = NULL;
842 uuid = env->GetByteArrayElements(uuidObj, NULL);
843 if (!uuid) {
844 ALOGE("failed to get uuid");
849 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) {
860 env->ReleaseByteArrayElements(uuidObj, uuid, 0);
865 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);
873 jbyte *uuid = NULL;
881 uuid = env->GetByteArrayElements(uuidObj, NULL);
882 if (!uuid) {
883 ALOGE("failed to get uuid");
888 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) {
898 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);
903 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);