Searched refs:UNICODE_TEXT (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ | ||
H A D | obex_headers.h | 34 static const uint8_t UNICODE_TEXT = 0x00; member in OHOS::bluetooth::ObexHdrType 219 UNICODE_TEXT = 0x00, // Unicode text member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType |
H A D | obex_utils.cpp | 149 case ObexHeaderDataType::UNICODE_TEXT: in ObexHeaderItemDebug() 150 OBEX_LOG_INFO("UNICODE_TEXT:%{public}s", in ObexHeaderItemDebug() |
H A D | obex_headers.cpp | 29 const uint8_t ObexHdrType::UNICODE_TEXT; member in OHOS::bluetooth::ObexHdrType 141 case ObexHdrType::UNICODE_TEXT: in ParseOptionalHeaders() 1078 return ObexHeaderDataType::UNICODE_TEXT; in GetHeaderClassType() |
Completed in 5 milliseconds