Searched refs:uuidAndApp (Results 1 – 1 of 1) sorted by relevance
802 uint8_t uuidAndApp[sizeof(uuid) + sizeof(appUserId)]; in getIdFromUuid() local803 memcpy(uuidAndApp, &uuid, sizeof(uuid)); in getIdFromUuid()804 memcpy(uuidAndApp + sizeof(uuid), &appUserId, sizeof(appUserId)); in getIdFromUuid()811 uuidAndApp, sizeof(uuidAndApp), in getIdFromUuid()