Home
last modified time | relevance | path

Searched refs:recvDisconnectionReq (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h168 void (*recvDisconnectionReq)(uint16_t lcid, uint8_t id, void *ctx); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c270 …bredrl2capServiceTObj.recvDisconnectionReq = (void (*)(uint16_t, uint8_t, void *))AttReceiveDiscon… in L2cifLeRisterFixChannelCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c73 g_registerInfo.recvDisconnectionReq = SdpReceiveDisconnectRequest; in SdpRegisterToL2cap()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1735 psm->service.recvDisconnectionReq(lcid, signal->identifier, psm->ctx); in L2capProcessDisconnectionReq()