Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h173 int SocketRead(int clientId, uint8_t *buf, uint32_t bufLen);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp164 return SocketRead(clientId, reinterpret_cast<uint8_t*>(buf), bufLen); in SppRead()
H A Dohos_bt_socket.cpp401 int SocketRead(int clientId, uint8_t *buf, uint32_t bufLen) in SocketRead() function