Home
last modified time | relevance | path

Searched defs:pktLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c122 uint32_t pktLength; in L2capRecombineContinue() local
159 uint16_t pktLength = PacketSize(pkt); in L2capAclDataReceived() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp358 …olProto::CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t pktLength, in CombinePacketIntoFrame()