Searched refs:uuidAndApp (Results 1 – 1 of 1) sorted by relevance
1215 uint8_t uuidAndApp[sizeof(uuid) + sizeof(appUserId)]; in getIdFromUuid() local1216 memcpy(uuidAndApp, &uuid, sizeof(uuid)); in getIdFromUuid()1217 memcpy(uuidAndApp + sizeof(uuid), &appUserId, sizeof(appUserId)); in getIdFromUuid()1224 uuidAndApp, sizeof(uuidAndApp), in getIdFromUuid()