Home
last modified time | relevance | path

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

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