Lines Matching refs:hexbuf
1496 UINT8 *hexbuf = osi_calloc(len); in set_report() local
1500 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()
1503 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report()
1507 osi_free(hexbuf); in set_report()
1511 osi_free(hexbuf); in set_report()
1514 osi_free(hexbuf); in set_report()
1554 UINT8 *hexbuf = osi_calloc(len); in send_data() local
1557 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()
1561 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in send_data()
1565 osi_free(hexbuf); in send_data()
1570 osi_free(hexbuf); in send_data()
1573 osi_free(hexbuf); in send_data()