Searched refs:CreateRfcommTransport (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_factory.h | 40 …static std::unique_ptr<DataTransport> CreateRfcommTransport(const RawAddress *addr, uint8_t scn, u…
|
H A D | transport_factory.cpp | 23 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 D | obex_socket_transport.cpp | 105 …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 D | socket.cpp | 453 sockTransport_ = std::move(transportFactory_->CreateRfcommTransport( in Listen() 478 sockTransport_ = std::move(transportFactory_->CreateRfcommTransport( in ReceiveSdpResult()
|