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.c2452 bool convertUsimToSim(uint8_t *byteUSIM, int len, uint8_t *hexSIM) { argument
2500 convertBytesToHex(byteSIM, RESPONSE_EF_SIZE, hexSIM);
2517 uint8_t hexSIM[RESPONSE_EF_SIZE * 2 + sizeof(char)] = {0}; local
2559 if (convertUsimToSim(bytes, strlen(sr.simResponse) / 2, hexSIM)) {
2560 sr.simResponse = (char *)hexSIM;