Searched refs:busyState (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap.c | 314 if ((chan->erfc.busyState & L2CAP_BUSY_LOCAL_BUSY) == isBusy) { in L2CAP_LocalBusy() 319 chan->erfc.busyState |= L2CAP_BUSY_LOCAL_BUSY; in L2CAP_LocalBusy() 322 chan->erfc.busyState &= (~L2CAP_BUSY_LOCAL_BUSY); in L2CAP_LocalBusy() 323 chan->erfc.busyState |= L2CAP_BUSY_WAIT_F; in L2CAP_LocalBusy()
|
H A D | l2cap_core.c | 638 if (erfc->busyState & L2CAP_BUSY_REMOTE_BUSY) { in L2capErfcRemoteBusyProcess() 642 erfc->busyState |= L2CAP_BUSY_REMOTE_BUSY; in L2capErfcRemoteBusyProcess() 644 if (!(erfc->busyState & L2CAP_BUSY_REMOTE_BUSY)) { in L2capErfcRemoteBusyProcess() 648 erfc->busyState &= (~L2CAP_BUSY_REMOTE_BUSY); in L2capErfcRemoteBusyProcess() 653 LOG_DEBUG("L2capCallback remoteBusy:%{public}d begin, cid = 0x%04X, busyState = %{public}d", __LINE__, chan->lcid, isBusy); in L2capErfcRemoteBusyProcess() 682 if (chan->erfc.busyState & L2CAP_BUSY_LOCAL_BUSY) { in L2capErfcMonitorTimeout() 727 if (chan->erfc.busyState & L2CAP_BUSY_LOCAL_BUSY) { in L2capErfcRetransmissionTimeout() 736 chan->erfc.busyState |= L2CAP_BUSY_WAIT_F; in L2capErfcRetransmissionTimeout() 823 if ((erfc->busyState & L2CAP_BUSY_REMOTE_RNR) || (erfc->busyState in L2capErfcTx() [all...] |
H A D | l2cap_inst.h | 90 uint8_t busyState; member
|
H A D | l2cap_le.c | 48 uint8_t busyState; member 568 if (chan->busyState == L2CAP_LE_CHANNEL_CREDIT_NOT_FULL) { in L2capLeTxWithCredit() 571 chan->busyState = L2CAP_LE_CHANNEL_CREDIT_FULL; in L2capLeTxWithCredit() 574 LOG_DEBUG("L2capCallback leRemoteBusy:%{public}d begin, cid = 0x%04X, busyState = %hhu", in L2capLeTxWithCredit() 577 chan->busyState); in L2capLeTxWithCredit() 578 psm->service.leRemoteBusy(chan->lcid, chan->busyState, psm->ctx); in L2capLeTxWithCredit() 583 if (chan->busyState == L2CAP_LE_CHANNEL_CREDIT_FULL) { in L2capLeTxWithCredit() 586 chan->busyState = L2CAP_LE_CHANNEL_CREDIT_NOT_FULL; in L2capLeTxWithCredit() 589 LOG_DEBUG("L2capCallback leRemoteBusy:%{public}d begin, cid = 0x%04X, busyState = %hhu", in L2capLeTxWithCredit() 592 chan->busyState); in L2capLeTxWithCredit() [all...] |
Completed in 6 milliseconds