Searched refs:leRemoteBusy (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 244 void (*leRemoteBusy)(uint16_t lcid, uint8_t busy, void *ctx); member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.c | 574 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