Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.cc38 struct ascii_2_hex ascii_2_hex; variable
65 int ascii_2_hex::return_value = 0;
87 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex() function
89 return test::mock::btif_util::ascii_2_hex(p_ascii, len, p_hex); in ascii_2_hex()
Dmock_btif_util.h46 struct ascii_2_hex { struct
56 extern struct ascii_2_hex ascii_2_hex; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_util.h64 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc85 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex() function
Dbtif_hh.cc2041 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()
2090 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()