Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3026 bool convertUsimToSim(uint8_t *byteUSIM, int len, uint8_t *hexSIM) { argument
3074 convertBytesToHex(byteSIM, RESPONSE_EF_SIZE, hexSIM);
3091 uint8_t hexSIM[RESPONSE_EF_SIZE * 2 + sizeof(char)] = {0}; local
3133 if (convertUsimToSim(bytes, strlen(sr.simResponse) / 2, hexSIM)) {
3134 sr.simResponse = (char *)hexSIM;