Searched refs:hex_bytes_filled (Results 1 – 1 of 1) sorted by relevance
1555 int hex_bytes_filled; in set_report() local1561 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()1562 LOG_INFO("Hex bytes filled, hex value: %d", hex_bytes_filled); in set_report()1563 if (hex_bytes_filled) { in set_report()1564 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report()1567 __func__, hex_bytes_filled); in set_report()1607 int hex_bytes_filled; in send_data() local1612 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()1616 if (hex_bytes_filled) { in send_data()1617 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in send_data()[all …]