Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h239 int GetRfcommScn();
334 int GetRfcommScn();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp529 int ClientSocket::GetRfcommScn() in GetRfcommScn() function in OHOS::Bluetooth::ClientSocket
852 int ServerSocket::GetRfcommScn() in GetRfcommScn() function in OHOS::Bluetooth::ServerSocket
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp480 return server->GetRfcommScn(); in SocketGetScn()