Searched refs:bodyLen (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_session.cpp | 398 void ObexClientReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() argument 400 bodyWriter_->Write(body, bodyLen); in AppendBody() 401 receivedSize_ += bodyLen; in AppendBody() 402 OBEX_LOG_DEBUG("ObexClientReceivedObject:ReceivedSize + %{public}d = %zu", bodyLen, receivedSize_); in AppendBody() 460 void ObexServerReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody() argument 462 writer_->Write(body, bodyLen); in AppendBody() 463 receivedSize_ += bodyLen; in AppendBody() 464 OBEX_LOG_DEBUG("ObexServerReceivedObject:ReceivedSize + %{public}d = %zu", bodyLen, receivedSize_); in AppendBody()
|
H A D | obex_session.h | 191 void AppendBody(const uint8_t *body, const uint16_t bodyLen); 298 void AppendBody(const uint8_t *body, const uint16_t bodyLen);
|
Completed in 2 milliseconds