Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_util.h37 static int SocketSendData(int sockFd, const uint8_t *buf, int len);
H A Dsocket_util.cpp25 int SocketUtil::SocketSendData(int sockFd, const uint8_t *buf, int len) in SocketSendData() function in OHOS::bluetooth::SocketUtil
H A Dsocket.cpp550 return SocketUtil::SocketSendData(fd, reinterpret_cast<const uint8_t *>(&scn), sizeof(scn)); in SendAppConnectScn()
558 …return SocketUtil::SocketSendData(fd, reinterpret_cast<const uint8_t *>(&connectInfo), sizeof(conn… in SendAppConnectInfo()