Searched refs:SocketRead (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_socket.h | 173 int SocketRead(int clientId, uint8_t *buf, uint32_t bufLen);
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_spp.cpp | 161 return SocketRead(clientId, reinterpret_cast<uint8_t*>(buf), bufLen); in SppRead()
|
H A D | ohos_bt_socket.cpp | 389 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 3 milliseconds