Home
last modified time | relevance | path

Searched refs:rfcommServer_ (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection_server.cpp94 return rfcommServer_.RegisterServer(&HfpAgDataConnectionServer::DataConnectionServerCallback); in RegisterServer()
99 return rfcommServer_.RemoveServer(); in RemoveServer()
104 return rfcommServer_.AcceptConnection(handle); in AcceptConnection()
110 return rfcommServer_.RejectConnection(handle); in RejectConnection()
115 return rfcommServer_.AssignLocalScn(); in AssignLocalScn()
120 return rfcommServer_.GetLocalScn(); in GetLocalScn()
H A Dhfp_ag_data_connection_server.h113 HfpAgRfcommConnectionServer rfcommServer_ {};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection_server.cpp89 return rfcommServer_.RegisterServer(&HfpHfDataConnectionServer::DataConnectionServerCallback); in RegisterServer()
94 return rfcommServer_.RemoveServer(); in RemoveServer()
99 return rfcommServer_.AcceptConnection(handle); in AcceptConnection()
105 return rfcommServer_.RejectConnection(handle); in RejectConnection()
110 return rfcommServer_.AssignLocalScn(); in AssignLocalScn()
115 return rfcommServer_.GetLocalScn(); in GetLocalScn()
H A Dhfp_hf_data_connection_server.h115 HfpHfRfcommConnectionServer rfcommServer_ {};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp37 rfcommServer_ = std::make_unique<ObexPrivateServer>(option, observer, dispatcher); in ObexServer()
53 if (rfcommServer_ == nullptr && l2capServer_ == nullptr) { in Startup()
57 if (rfcommServer_ != nullptr) { in Startup()
58 int retRfcomm = rfcommServer_->Startup(); in Startup()
70 rfcommServer_->Shutdown(); in Startup()
81 if (rfcommServer_ != nullptr) { in Shutdown()
82 rfcommServer_->Shutdown(); in Shutdown()
H A Dobex_server.h139 std::unique_ptr<ObexPrivateServer> rfcommServer_ = nullptr; member in OHOS::bluetooth::ObexServer
H A Dobex_mp_server.cpp35 rfcommServer_ = std::make_unique<ObexPrivateMpServer>(option, observer, dispatcher); in ObexMpServer()

Completed in 4 milliseconds