Home
last modified time | relevance | path

Searched refs:hexbuf (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_hh.c1496 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()
[all …]