Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h180 void (*remoteBusy)(uint16_t lcid, uint8_t isBusy, void *ctx); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c77 g_registerInfo.remoteBusy = NULL; in SdpRegisterToL2cap()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c654 psm->service.remoteBusy(chan->lcid, isBusy, psm->ctx); in L2capErfcRemoteBusyProcess()