Searched refs:recvL2capPacket (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.c | 47 if (g_l2capBdr.recvL2capPacket != NULL) { in L2capProcessPacket() 48 g_l2capBdr.recvL2capPacket(handle, cid, pkt); in L2capProcessPacket() 52 if (g_l2capLe.recvL2capPacket != NULL) { in L2capProcessPacket() 53 g_l2capLe.recvL2capPacket(handle, cid, pkt); in L2capProcessPacket() 60 if (g_l2capBdr.recvL2capPacket != NULL) { in L2capProcessPacket() 61 g_l2capBdr.recvL2capPacket(handle, cid, pkt); in L2capProcessPacket() 67 if (g_l2capLe.recvL2capPacket != NULL) { in L2capProcessPacket() 68 g_l2capLe.recvL2capPacket(handle, cid, pkt); in L2capProcessPacket()
|
H A D | l2cap_cmn.h | 156 int (*recvL2capPacket)(uint16_t handle, uint16_t cid, Packet *pkt); member 162 int (*recvL2capPacket)(uint16_t handle, uint16_t cid, Packet *pkt); member
|
H A D | l2cap.c | 555 cmnCallback.recvL2capPacket = L2capReceivePacket; in L2CAP_Initialize()
|
H A D | l2cap_le.c | 1790 cmnCallback.recvL2capPacket = L2capLeReceivePacket; in L2CAP_LeInitialize()
|