Searched refs:ascii_2_hex (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/include/
H A Dbtif_util.h77 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex);
/system/bt/btif/src/
H A Dbtif_util.cc162 * Function ascii_2_hex
168 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { function
H A Dbtif_hh.cc1529 hex_bytes_filled = ascii_2_hex(report, len, hexbuf);
1580 hex_bytes_filled = ascii_2_hex(data, len, hexbuf);

Completed in 66 milliseconds