Home
last modified time | relevance | path

Searched refs:newTlvParamters (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp1161 auto newTlvParamters = std::make_unique<ObexTlvParamters>(); in ObexOptionalTlvHeader() local
1164 newTlvParamters->AppendTlvtriplet(*(param.get())); in ObexOptionalTlvHeader()
1166 tlvParamters_ = std::move(newTlvParamters); in ObexOptionalTlvHeader()
1173 auto newTlvParamters = std::make_unique<ObexTlvParamters>(); in ObexOptionalTlvHeader() local
1179 newTlvParamters->AppendTlvtriplet(tlv); in ObexOptionalTlvHeader()
1182 tlvParamters_ = std::move(newTlvParamters); in ObexOptionalTlvHeader()

Completed in 3 milliseconds