Searched refs:SocketSendFd (Results 1 – 3 of 3) sorted by relevance
48 static int SocketSendFd(int sockFd, const uint8_t *buf, int len, int acceptFd);
43 int SocketUtil::SocketSendFd(int sockFd, const uint8_t *buf, int len, int acceptFd) in SocketSendFd() function in OHOS::bluetooth::SocketUtil
560 return SocketUtil::SocketSendFd(fd, reinterpret_cast<const uint8_t *>(&connectInfo), in SendAppConnectInfo()