Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hh.cc1548 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in set_report() local
1552 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()
1555 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report()
1559 osi_free(hexbuf); in set_report()
1563 osi_free(hexbuf); in set_report()
1566 osi_free(hexbuf); in set_report()
1600 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in send_data() local
1603 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()
1608 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in send_data()
1612 osi_free(hexbuf); in send_data()
[all …]