Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_util.h65 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex);
/system/bt/btif/src/
Dbtif_util.cc87 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex() function
Dbtif_hh.cc1555 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()
1606 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()