Searched defs:byte2hex (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_util.c173 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/
H A Dlibmain.c185 ** 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 67 milliseconds