Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c43 static void RfcommParseHeaderTail(Packet *pkt, RfcommFrameHeaderTailInfo *headTailInfo);
710 RfcommFrameHeaderTailInfo headTailInfo; in RfcommParseFrames() local
712 (void)memset_s(&headTailInfo, sizeof(RfcommFrameHeaderTailInfo), 0x00, sizeof(RfcommFrameHeaderTailInfo)); in RfcommParseFrames()
716 RfcommParseHeaderTail(pkt, &headTailInfo); in RfcommParseFrames()
720 checkInfo.cr = headTailInfo.cr; in RfcommParseFrames()
721 checkInfo.pf = headTailInfo.pf; in RfcommParseFrames()
722 checkInfo.dlci = headTailInfo.dlci; in RfcommParseFrames()
723 checkInfo.length = headTailInfo.length; in RfcommParseFrames()
724 checkInfo.fcs = headTailInfo.fcs; in RfcommParseFrames()
725 (void)memcpy_s(checkInfo.calcInfo, sizeof(checkInfo.calcInfo), headTailInfo in RfcommParseFrames()
758 RfcommParseHeaderTail(Packet *pkt, RfcommFrameHeaderTailInfo *headTailInfo) RfcommParseHeaderTail() argument
[all...]

Completed in 2 milliseconds