Searched refs:remoteBusy (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 180 void (*remoteBusy)(uint16_t lcid, uint8_t isBusy, void *ctx); member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 77 g_registerInfo.remoteBusy = NULL; in SdpRegisterToL2cap()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 653 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