Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_outputstream.cpp47 unsigned long bytesInBuffer; in Write() local
48 int ioctlRet = ioctl(socketFd_, TIOCOUTQ, &bytesInBuffer); in Write()
49 …if (sockOptRet != -1 && ioctlRet != -1 && static_cast<unsigned long>(bufSize) > bytesInBuffer) { /… in Write()
51 unsigned long availableLength = static_cast<unsigned long>(bufSize) - bytesInBuffer; in Write()