Searched refs:SetBufData16 (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.h | 32 static void SetBufData16(uint8_t *bigEndData, uint16_t pos, const uint16_t &value);
|
H A D | obex_utils.cpp | 71 void ObexUtils::SetBufData16(uint8_t *bigEndData, uint16_t pos, const uint16_t &value) in SetBufData16() function in OHOS::bluetooth::ObexUtils
|
H A D | obex_headers.cpp | 822 ObexUtils::SetBufData16(packetBuf, pos, packetLength_); in Build() 834 ObexUtils::SetBufData16(packetBuf, pos, maxPacketLength_.get()[0]); in Build() 840 ObexUtils::SetBufData16(packetBuf, pos, headerItem->GetHeaderTotalSize()); in Build()
|
Completed in 4 milliseconds