Home
last modified time | relevance | path

Searched refs:remoteBusy (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h180 void (*remoteBusy)(uint16_t lcid, uint8_t isBusy, void *ctx); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c77 g_registerInfo.remoteBusy = NULL; in SdpRegisterToL2cap()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c653 LOG_DEBUG("L2capCallback remoteBusy:%{public}d begin, cid = 0x%04X, busyState = %{public}d", __LINE__, chan->lcid, isBusy); in L2capErfcRemoteBusyProcess()
654 psm->service.remoteBusy(chan->lcid, isBusy, psm->ctx); in L2capErfcRemoteBusyProcess()
655 LOG_DEBUG("L2capCallback remoteBusy:%{public}d end", __LINE__); in L2capErfcRemoteBusyProcess()

Completed in 6 milliseconds