Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h68 int L2capReceivePacket(uint16_t handle, uint16_t cid, Packet *pkt);
H A Dl2cap.c555 cmnCallback.recvL2capPacket = L2capReceivePacket; in L2CAP_Initialize()
H A Dl2cap_core.c2157 int L2capReceivePacket(uint16_t handle, uint16_t cid, Packet *pkt) in L2capReceivePacket() function