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