Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c501 Payload *upLast = uplayer->payload; in PacketAssemble() local
502 while ((upLast != NULL) && (upLast->next != uplayer->tail)) { in PacketAssemble()
503 upLast = upLast->next; in PacketAssemble()
506 if (upLast != NULL && refPacket->payload != NULL) { in PacketAssemble()
507 upLast->next = refPacket->payload; in PacketAssemble()
508 refPacket->payload->prev = upLast; in PacketAssemble()