Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h232 void (*recvLeDisconnectionReq)(uint16_t lcid, uint8_t id, void *ctx); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c851 LOG_DEBUG("L2capCallback recvLeDisconnectionReq:%{public}d begin, cid = 0x%04X, id = %hhu", in L2capLeProcessDisconnectionReq()
855 psm->service.recvLeDisconnectionReq(lcid, signal->identifier, psm->ctx); in L2capLeProcessDisconnectionReq()
856 LOG_DEBUG("L2capCallback recvLeDisconnectionReq:%{public}d end", __LINE__); in L2capLeProcessDisconnectionReq()

Completed in 4 milliseconds