Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp43 const uint8_t ObexHeader::U16STRING_LENGTH; member in OHOS::bluetooth::ObexHeader
1063 (unicodeText.size() == 0) ? 0 : ((unicodeText.size() + 1) * ObexHeader::U16STRING_LENGTH), in ObexOptionalUnicodeHeader()
1064 ObexHeader::U16STRING_LENGTH) in ObexOptionalUnicodeHeader()
1072 (char16_t *)data_.data(), (dataSize_ - ObexHeader::U16STRING_NULL_LENGTH) / ObexHeader::U16STRING_LENGTH); in GetUnicodeText()
H A Dobex_headers.h385 static const uint8_t U16STRING_LENGTH = 2; member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType::ObexHeader

Completed in 4 milliseconds