Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc2111 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in set_report() local
2115 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()
2118 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report()
2121 osi_free(hexbuf); in set_report()
2125 osi_free(hexbuf); in set_report()
2128 osi_free(hexbuf); in set_report()
2161 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in send_data() local
2164 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()
2168 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in send_data()
2171 osi_free(hexbuf); in send_data()
[all …]