Home
last modified time | relevance | path

Searched refs:recvLeDisconnectionReq (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h232 void (*recvLeDisconnectionReq)(uint16_t lcid, uint8_t id, void *ctx); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c855 psm->service.recvLeDisconnectionReq(lcid, signal->identifier, psm->ctx); in L2capLeProcessDisconnectionReq()