Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp848 int wbytes = read(this->transportFd_, buffer, mallocSize); in WriteData() local
849 LOG_INFO("[sock]%{public}s wbytes:%{public}d", __func__, wbytes); in WriteData()
850 if (wbytes <= 0) { in WriteData()
858 (void)memcpy_s(this->sendDataBuf_, wbytes, buffer, wbytes); in WriteData()
859 this->sendBufLen_ = wbytes; in WriteData()
864 totalSize -= wbytes; in WriteData()

Completed in 2 milliseconds