Searched refs:hexbuf (Results 1 – 1 of 1) sorted by relevance
1548 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in set_report() local1552 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() local1603 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 …]