Home
last modified time | relevance | path

Searched refs:ProcessSendSrmResponse (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp119 int ObexServerSession::ProcessSendSrmResponse() in ProcessSendSrmResponse() function in OHOS::bluetooth::ObexServerSession
130 OBEX_LOG_DEBUG("ProcessSendSrmResponse: Transport is busy, waiting..."); in ProcessSendSrmResponse()
135 OBEX_LOG_ERROR("ProcessSendSrmResponse: nextReqHdr is null!"); in ProcessSendSrmResponse()
147 OBEX_LOG_DEBUG("ProcessSendSrmResponse: CONTINUE"); in ProcessSendSrmResponse()
148 dispatcher_.PostTask(std::bind(&ObexServerSession::ProcessSendSrmResponse, this)); in ProcessSendSrmResponse()
151 OBEX_LOG_DEBUG("ProcessSendSrmResponse: Server send with SRM MODE END"); in ProcessSendSrmResponse()
155 OBEX_LOG_ERROR("ProcessSendSrmResponse: SRM MODE END WITH RESPCODE 0x%02X", nextReqHdr->GetFieldCode()); in ProcessSendSrmResponse()
177 return ProcessSendSrmResponse(); in SendSrmResponse()
H A Dobex_session.h396 int ProcessSendSrmResponse();

Completed in 3 milliseconds