Home
last modified time | relevance | path

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

/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);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp161 return SocketRead(clientId, reinterpret_cast<uint8_t*>(buf), bufLen); in SppRead()
H A Dohos_bt_socket.cpp389 int SocketRead(int clientId, uint8_t *buf, uint32_t bufLen) in SocketRead() function
391 HILOGD("SocketRead start, clientId: %{public}d, bufLen: %{public}d", clientId, bufLen); in SocketRead()
406 HILOGD("SocketRead ret, clientId: %{public}d, readLen: %{public}d", clientId, readLen); in SocketRead()

Completed in 2 milliseconds