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

  /external/bluetooth/bluedroid/btif/src/
btif_sock_util.c 173 static inline void byte2hex(const char* data, char** str) function
187 byte2hex(&data[1], hex);
188 byte2hex(&data[0], hex);
209 byte2hex((const char*)&j, &line);
225 byte2hex(&data[j], &line);
247 byte2hex(&data[j], &line);
  /external/libnfc-nci/src/adaptation/
libmain.c 185 ** Function byte2hex
193 static inline void byte2hex(const char* data, char** str) function
229 byte2hex(&data[1], hex);
230 byte2hex(&data[0], hex);
262 byte2hex((const char*)&j, &line);
278 byte2hex(&data[j], &line);
301 byte2hex(&data[j], &line);

Completed in 335 milliseconds