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

  /system/bt/btif/src/
btif_sock_util.c 169 static inline void byte2hex(const char* data, char** str) function
183 byte2hex(&data[1], hex);
184 byte2hex(&data[0], hex);
205 byte2hex((const char*)&j, &line);
221 byte2hex(&data[j], &line);
243 byte2hex(&data[j], &line);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 38 static inline void byte2hex (const char* data, char** str);
131 byte2hex(&data[j], &line);
154 byte2hex(&data[j], &line);
177 byte2hex(&data[1], hex);
178 byte2hex(&data[0], hex);
189 inline void byte2hex (const char* data, char** str) function

Completed in 72 milliseconds