Searched refs:SocketSendData (Results 1 – 3 of 3) sorted by relevance
37 static int SocketSendData(int sockFd, const uint8_t *buf, int len);
25 int SocketUtil::SocketSendData(int sockFd, const uint8_t *buf, int len) in SocketSendData() function in OHOS::bluetooth::SocketUtil
550 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()