Searched refs:hexbuf (Results 1 – 1 of 1) sorted by relevance
2037 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in set_report() local2041 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()2044 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report()2047 osi_free(hexbuf); in set_report()2051 osi_free(hexbuf); in set_report()2054 osi_free(hexbuf); in set_report()2087 uint8_t* hexbuf = (uint8_t*)osi_calloc(len); in send_data() local2090 hex_bytes_filled = ascii_2_hex(data, len, hexbuf); in send_data()2094 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in send_data()2097 osi_free(hexbuf); in send_data()[all …]