Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp553 bool ObexHeader::AppendItemSessionParams(ObexSessionParameters &params) in AppendItemSessionParams()
1338 const uint8_t ObexSessionParameters::DEVICE_ADDRESS;
1339 const uint8_t ObexSessionParameters::NONCE;
1340 const uint8_t ObexSessionParameters::SESSION_ID;
1341 const uint8_t ObexSessionParameters::NEXT_SEQUENCE_NUMBER;
1342 const uint8_t ObexSessionParameters::TIMEOUT;
1343 const uint8_t ObexSessionParameters::SESSION_OPCODE;
1344 const TlvTriplet *ObexSessionParameters::GetDeviceAddress() const in GetDeviceAddress()
1346 return GetTlvtriplet(ObexSessionParameters::DEVICE_ADDRESS); in GetDeviceAddress()
1349 const TlvTriplet *ObexSessionParameters
[all...]
H A Dobex_headers.h152 * @brief ObexSessionParameters
153 * ObexSessionParameters
155 class ObexSessionParameters : public ObexTlvParamters { class in OHOS::bluetooth::ObexActionType
442 bool AppendItemSessionParams(ObexSessionParameters &params);
H A Dobex_client.cpp257 const TlvTriplet *tlv = sessionParams->GetTlvtriplet(ObexSessionParameters::SESSION_OPCODE); in SendRequest()

Completed in 5 milliseconds