Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp149 uint16_t shortBuf; in GetPacketSizeFromBuf() local
152 …CHECK_AND_RETURN_LOG_RET(memcpy_s(&shortBuf, sizeof(shortBuf), &recvBuf[0], sizeof(shortBuf)) == E… in GetPacketSizeFromBuf()
154 return shortBuf; in GetPacketSizeFromBuf()
706 uint16_t shortBuf; in GetPacketSizeFromBuf() local
709 …CHECK_AND_RETURN_LOG_RET(memcpy_s(&shortBuf, sizeof(shortBuf), &recvBuf[0], sizeof(shortBuf)) == E… in GetPacketSizeFromBuf()
711 return shortBuf; in GetPacketSizeFromBuf()