Home
last modified time | relevance | path

Searched refs:SendAppConnectScn (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.h228 static bool SendAppConnectScn(int fd, int scn);
H A Dsocket.cpp442 if (!SendAppConnectScn(transportFd_, scn_)) { in Listen()
481 if (!SendAppConnectScn(transportFd_, scn_)) { in ReceiveSdpResult()
548 bool Socket::SendAppConnectScn(int fd, int scn) in SendAppConnectScn() function in OHOS::bluetooth::Socket