Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp139 bool newBusy = (isBusy == 0x01); in HandleTransportDataBusy() local
140 sendObject->SetBusy(newBusy); in HandleTransportDataBusy()
142 if (oldBusy && !newBusy && sendObject->IsSrmSending()) { in HandleTransportDataBusy()
H A Dobex_mp_client.cpp354 bool newBusy = (isBusy == 0x01); in HandleTransportDataBusy() local
355 sendObject->SetBusy(newBusy); in HandleTransportDataBusy()
357 if (oldBusy && !newBusy && sendObject->IsSrmSending()) { in HandleTransportDataBusy()

Completed in 2 milliseconds