HomeSort by relevance Sort by last modified time
    Searched refs:hexa_to_ascii (Results 1 - 4 of 4) sorted by null

  /device/asus/flo/bdAddrLoader/
addrloader.c 75 int hexa_to_ascii(const unsigned char* hexa, char* ascii, int nHexLen) function
193 if(!hexa_to_ascii(loadedBDAddr->data.bin, szTmp, BD_ADDR_LEN)){
  /device/lge/hammerhead/bdAddrLoader/
addrloader.c 71 int hexa_to_ascii(const unsigned char* hexa, char* ascii, int nHexLen) function
188 if (!hexa_to_ascii(loadedBDAddr->data.bin, szTmp, BD_ADDR_LEN)) {
  /device/lge/mako/bdAddrLoader/
addrloader.c 75 int hexa_to_ascii(const unsigned char* hexa, char* ascii, int nHexLen) function
193 if(!hexa_to_ascii(loadedBDAddr->data.bin, szTmp, BD_ADDR_LEN)){
  /device/moto/shamu/bdAddrLoader/
addrloader.c 71 int hexa_to_ascii(const unsigned char* hexa, char* ascii, int nHexLen) function
188 if (!hexa_to_ascii(loadedBDAddr->data.bin, szTmp, BD_ADDR_LEN)) {

Completed in 96 milliseconds