OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byte2hex
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_sock_util.c
168
static inline void
byte2hex
(const char* data, char** str)
function
182
byte2hex
(&data[1], hex);
183
byte2hex
(&data[0], hex);
204
byte2hex
((const char*)&j, &line);
220
byte2hex
(&data[j], &line);
242
byte2hex
(&data[j], &line);
/external/libnfc-nci/src/adaptation/
libmain.c
286
** Function
byte2hex
294
static inline void
byte2hex
(const char* data, char** str)
function
330
byte2hex
(&data[1], hex);
331
byte2hex
(&data[0], hex);
363
byte2hex
((const char*)&j, &line);
379
byte2hex
(&data[j], &line);
402
byte2hex
(&data[j], &line);
Completed in 456 milliseconds