Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h184 int SocketWrite(int clientId, const uint8_t *data, uint32_t len);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp175 return SocketWrite(clientId, reinterpret_cast<const uint8_t*>(data), len); in SppWrite()
H A Dohos_bt_socket.cpp418 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