Searched refs:ascii_2_hex (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_util.cc | 38 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()
|
D | mock_btif_util.h | 46 struct ascii_2_hex { struct 56 extern struct ascii_2_hex ascii_2_hex; argument
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_util.h | 64 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_util.cc | 85 int ascii_2_hex(const char* p_ascii, int len, uint8_t* p_hex) { in ascii_2_hex() function
|
D | btif_hh.cc | 2041 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()
|