Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c122 Packet *inheritPacket = PacketRefMalloc(pkt); in PacketInheritMalloc() local
123 if (inheritPacket != NULL) { in PacketInheritMalloc()
124 Payload *tempTail = inheritPacket->tail; in PacketInheritMalloc()
126 inheritPacket->payload = inheritPacket->head; in PacketInheritMalloc()
127 inheritPacket->head = PayloadNew(headSize); in PacketInheritMalloc()
128 if (inheritPacket->head != NULL) { in PacketInheritMalloc()
129 inheritPacket->head->next = inheritPacket->payload; in PacketInheritMalloc()
130 inheritPacket in PacketInheritMalloc()
[all...]

Completed in 1 milliseconds