Home
last modified time | relevance | path

Searched refs:mallocSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp838 int mallocSize = (totalSize > this->sendMTU_) ? this->sendMTU_ : totalSize; in WriteData() local
840 Packet *wPkt = PacketMalloc(0, 0, mallocSize); in WriteData()
848 int wbytes = read(this->transportFd_, buffer, mallocSize); in WriteData()