Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hh.cc1551 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in set_report() local
1555 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()
1558 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report()
1562 osi_free(hexbuf); in set_report()
1566 osi_free(hexbuf); in set_report()
1569 osi_free(hexbuf); in set_report()
1603 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in send_data() local
1606 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()
1611 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in send_data()
1615 osi_free(hexbuf); in send_data()
[all …]