Home
last modified time | relevance | path

Searched refs:isSupportSrm_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp33 option.isSupportSrm_ = false; // rfcomm not support srm mode in ObexMpServer()
42 option.isSupportSrm_ = config.isSupportSrm_; in ObexMpServer()
77 if (isSupportSrm_ && req.GetItemSrm()) { in HandlePutRequest()
H A Dobex_server.cpp35 option.isSupportSrm_ = false; // rfcomm not support srm mode in ObexServer()
44 option.isSupportSrm_ = config.isSupportSrm_; in ObexServer()
181 obexServer_.isSupportSrm_, in OnTransportConnected()
316 isSupportSrm_ = config.isSupportSrm_; in ObexPrivateServer()
H A Dobex_server.h41 bool isSupportSrm_ = false; // Is Support Single Request Mode member
75 bool isSupportSrm_ = false; // Is Support Single Request Mode member
115 bool isSupportSrm_ = false; // Is Support Single Request Mode variable
H A Dobex_mp_client.cpp50 auto sendReq = sendObject->GetNextReqHeader(isSupportSrm_); in Put()
80 auto &recvObj = clientSession_->CreateReceivedObject(req, writer, isSupportSrm_, srmpCount); in Get()
135 if (isSupportSrm_ && !sendObject->IsSrmSending()) { in HandlePutData()
H A Dobex_client.h49 bool isSupportSrm_ = false; // Using Single Response Mode member
314 bool isSupportSrm_ = false; variable
H A Dobex_session.cpp28 isSupportSrm_(isSupportSrm), in ObexServerSession()
88 if (isSupportSrm_ && req.GetItemSrm()) { in SendGetResponse()
93 …ject_ = std::make_unique<ObexServerSendObject>(req, resp, reader, maxPacketLength_, isSupportSrm_); in SendGetResponse()
167 if (!isSupportSrm_) { in SendSrmResponse()
H A Dobex_session.h392 return isSupportSrm_; in IsSupportSrmMode()
400 bool isSupportSrm_ = false; variable
H A Dobex_client.cpp236 isSupportSrm_ = config.isSupportSrm_; // srm mode in ObexClient()