append_packet_data
append_packet_data(str, strlen(str));
append_packet_data((const uint8_t *)str, strlen(str));
append_packet_data(buf, sizeof(buf));
append_packet_data(buf, sizeof(buf));
append_packet_data((const uint8_t *)buf, sizeof(buf));