Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c483 uint8_t tailLength = 0; in L2capBuildSFrame() local
486 tailLength = L2CAP_SIZE_2; in L2capBuildSFrame()
489 spkt = PacketMalloc(L2CAP_HEADER_LENGTH + L2CAP_SIZE_2, tailLength, 0); in L2capBuildSFrame()
492 L2capCpuToLe16(header + 0, tailLength + L2CAP_SIZE_2); in L2capBuildSFrame()
886 uint16_t tailLength = 0; in L2capBuildIFrame() local
895 tailLength = L2CAP_SIZE_2; in L2capBuildIFrame()
898 ipkt = PacketInheritMalloc(pkt, headerLength, tailLength); in L2capBuildIFrame()