Searched refs:hexChars (Results 1 – 1 of 1) sorted by relevance
265 hex2ascii (uint8_t * hexChars, uint8_t numBytes) in hex2ascii() argument275 if((hexChars[count]<0x40)||(hexChars[count]>0x7e)) in hex2ascii()278 hexString[count]=hexChars[count]; in hex2ascii()