Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h244 void (*leRemoteBusy)(uint16_t lcid, uint8_t busy, void *ctx); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c574 LOG_DEBUG("L2capCallback leRemoteBusy:%{public}d begin, cid = 0x%04X, busyState = %hhu", in L2capLeTxWithCredit()
578 psm->service.leRemoteBusy(chan->lcid, chan->busyState, psm->ctx); in L2capLeTxWithCredit()
579 LOG_DEBUG("L2capCallback leRemoteBusy:%{public}d end", __LINE__); in L2capLeTxWithCredit()
589 LOG_DEBUG("L2capCallback leRemoteBusy:%{public}d begin, cid = 0x%04X, busyState = %hhu", in L2capLeTxWithCredit()
593 psm->service.leRemoteBusy(chan->lcid, chan->busyState, psm->ctx); in L2capLeTxWithCredit()
594 LOG_DEBUG("L2capCallback leRemoteBusy:%{public}d end", __LINE__); in L2capLeTxWithCredit()

Completed in 3 milliseconds