Searched refs:SocketWrite (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_socket.h | 184 int SocketWrite(int clientId, const uint8_t *data, uint32_t len);
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_spp.cpp | 175 return SocketWrite(clientId, reinterpret_cast<const uint8_t*>(data), len); in SppWrite()
|
H A D | ohos_bt_socket.cpp | 418 int SocketWrite(int clientId, const uint8_t *data, uint32_t len) in SocketWrite() function 420 HILOGD("SocketWrite start, clientId: %{public}d, len: %{public}d", clientId, len); in SocketWrite()
|
Completed in 3 milliseconds