Searched refs:hex_bytes_filled (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hh.cc | 1546 int hex_bytes_filled; in set_report() local 1552 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report() 1553 LOG_INFO("Hex bytes filled, hex value: %d", hex_bytes_filled); in set_report() 1554 if (hex_bytes_filled) { in set_report() 1555 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report() 1558 __func__, hex_bytes_filled); in set_report() 1598 int hex_bytes_filled; in send_data() local 1603 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data() 1604 BTIF_TRACE_ERROR("Hex bytes filled, hex value: %d, %d", hex_bytes_filled, in send_data() 1607 if (hex_bytes_filled) { in send_data() [all …]
|