Home
last modified time | relevance | path

Searched refs:p_hex (Results 1 – 2 of 2) 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() argument
106 *p_hex++ = c; in ascii_2_hex()