Searched refs:sendTLV (Results 1 – 1 of 1) sorted by relevance
65 std::vector<uint8_t> sendTLV(0); in GetRecordValueByType() local66 if (!value.Marshalling(sendTLV)) { in GetRecordValueByType()70 if (!data.WriteInt32(sendTLV.size())) { in GetRecordValueByType()74 if (!data.WriteRawData(sendTLV.data(), sendTLV.size())) { in GetRecordValueByType()