Home
last modified time | relevance | path

Searched refs:CreateRfcommTransport (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_factory.h40 …static std::unique_ptr<DataTransport> CreateRfcommTransport(const RawAddress *addr, uint8_t scn, u…
H A Dtransport_factory.cpp23 std::unique_ptr<DataTransport> TransportFactory::CreateRfcommTransport( in CreateRfcommTransport() function in OHOS::bluetooth::TransportFactory
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_socket_transport.cpp105 …TransportFactory::CreateRfcommTransport(&remoteBtAddr_, option.scn_, mtu, *transportObserver_, dis… in ObexClientSocketTransport()
371 …TransportFactory::CreateRfcommTransport(nullptr, option.scn_, mtu, *transportObserver_, dispatcher… in ObexServerSocketTransport()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp453 sockTransport_ = std::move(transportFactory_->CreateRfcommTransport( in Listen()
478 sockTransport_ = std::move(transportFactory_->CreateRfcommTransport( in ReceiveSdpResult()