Home
last modified time | relevance | path

Searched refs:PacketSize (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.c320 uint16_t msgLen = (uint16_t)PacketSize(pkt); in AvctCbCtrlSendMsg()
443 uint16_t msgLen = (uint16_t)PacketSize(pkt); in AvctSendFraMsg()
535 … LOG_DEBUG("[AVCT] %{public}s:cbCh->rxMsg PacketSize(%u)", __func__, PacketSize(cbCh->rxMsg)); in AvctMsgAsmbl()
545 … LOG_DEBUG("[AVCT] %{public}s:cbCh->rxMsg PacketSize(%u)", __func__, PacketSize(cbCh->rxMsg)); in AvctMsgAsmbl()
639 uint16_t len = (uint16_t)PacketSize(pkt); in AvctPktDataPrint()
H A Davctp_br_l2cap.c537 LOG_INFO("[AVCT] %{public}s:lcid(0x%x),PacketSize(%u)", __func__, lcid, PacketSize(pkt)); in AvctBrRecvDataCallback()
565 LOG_DEBUG("[AVCT] %{public}s:lcid(0x%x),PacketSize(%u)", __func__, lcid, PacketSize(pkt)); in AvctBrRecvDataCBack()
H A Davctp_ctrl_l2cap.c521 LOG_INFO("[AVCT] %{public}s:lcid(0x%x),PacketSize(%u)", __func__, lcid, PacketSize(pkt)); in AvctRecvDataCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp514 uint16_t encodePacketSize = PacketSize(pkt); in A2dpSbcEncodeFrames()
539 frameSize, frames, a2dpSbcEncoderCb_.mtuSize, PacketSize(pkt)); in EnqueuePacket()
540 if (PacketSize(pkt) < static_cast<uint32_t>(a2dpSbcEncoderCb_.mtuSize)) { in EnqueuePacket()
586 …_INFO("[EnqueuePacket] [pktLen:%u] [sFrameNum:%u] [remain:%u]", pktLen, frameNum, PacketSize(pkt)); in EnqueuePacketFragment()
603 uint16_t encodePacketSize = PacketSize(mediaPacket); in EnqueuePacketFragment()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_packet.h62 return PacketSize(obexPacket_); in GetSize()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dpacket.h170 BTSTACK_API uint32_t PacketSize(const Packet *pkt);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c37 uint16_t Len = PacketSize(sigCtrl->currentMsg); in AvdtSendSig()
75 uint16_t PacketLen = PacketSize(pkt); in AvdtSendFragPacket()
1084 PacketSize(pkt)); in AvdtParseSignalInd()
1544 uint16_t TotalSize = PacketSize(pkt); in AvdtParseCategory()
1596 uint16_t TotalSize = PacketSize(pkt); in AvdtParseDiscoverRsp()
1686 uint16_t TotalSize = PacketSize(pkt); in AvdtParseSetconfig()
1832 uint16_t TotalSize = PacketSize(pkt); in AvdtParseReconfig()
1887 uint16_t Len = PacketSize(pkt); in AvdtIndPktLenCheck()
H A Davdtp_l2cap.c718 LOG_INFO("[AVDT]%{public}s:lcid(0x%x) ,PacketSize(%u)", __func__, lcid, PacketSize(packet)); in AVDT_L2capReadDataIndCallback()
751 LOG_INFO("[AVDT]%{public}s:lcid(0x%x) ,PacketSize(%u)", __func__, lcid, PacketSize(packet)); in AvdtL2capReadDataIndCallback()
H A Davdtp_api.c1794 PacketSize(pkt)); in AVDT_WriteReq()
1836 PacketSize(pkt)); in AvdtWriteReq()
H A Davdtp_impl.c1991 int len = PacketSize(pkt); in AvdtPktDataPrint()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c610 totalLength = PacketSize(pkt); in L2capLeSegmentPacketWithCredit()
620 L2capCpuToLe16(header + 0, PacketSize(fragPkt) - L2CAP_HEADER_LENGTH); in L2capLeSegmentPacketWithCredit()
973 length = PacketSize(pkt); in L2capLeProcessSignal()
1063 if (PacketSize(chan->rxSarPacket) == (size_t)(length + L2CAP_SIZE_2)) { in L2capLeProcessLeData()
1073 if (PacketSize(pkt) == (size_t)(length + L2CAP_SIZE_2)) { in L2capLeProcessLeData()
1427 length = PacketSize(pkt); in L2CAP_LeSendData()
1632 …c}s:%{public}d enter, cid = 0x%04X, pktLength = %u", __FUNCTION__, __LINE__, cid, PacketSize(pkt)); in L2CAP_LeSendFixChannelData()
1643 length = PacketSize(pkt); in L2CAP_LeSendFixChannelData()
H A Dl2cap_core.c901 L2capCpuToLe16(header + 0, PacketSize(ipkt) - L2CAP_HEADER_LENGTH); in L2capBuildIFrame()
950 length = PacketSize(pkt); in L2capSendIFrame()
1075 if (sduLength != PacketSize(erfc->rxSarPacket)) { in L2capReassembleIFrame()
2009 length = PacketSize(pkt); in L2capProcessSignal()
2093 length = PacketSize(pkt); in L2capProcessBasicData()
2125 … LOG_DEBUG("L2capCallback recvData: begin, cid = 0x%04X, pktLen = %u", cid, PacketSize(pkt)); in L2capProcessData()
2133 … LOG_DEBUG("L2capCallback recvData: begin, cid = 0x%04X, pktLen = %u", cid, PacketSize(outPkt)); in L2capProcessData()
2143 …DEBUG("L2capCallback recvData: begin, cid = 0x%04X, pktLen = %{public}d", cid, PacketSize(outPkt)); in L2capProcessData()
H A Dl2cap.c343 …ic}d enter, lcid = 0x%04X, pktLength = %{public}d", __FUNCTION__, __LINE__, lcid, PacketSize(pkt)); in L2CAP_SendData()
354 length = PacketSize(pkt); in L2CAP_SendData()
H A Dl2cap_cmn.c133 pktLength = PacketSize(frag->pkt); in L2capRecombineContinue()
159 uint16_t pktLength = PacketSize(pkt); in L2capAclDataReceived()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c332 if (parameterLength != PacketSize(packet)) { in SdpParseServerResponse()
382 length = PacketSize(packet); in SdpParseServiceRecordHandleList()
515 length = PacketSize(packet); in SdpParseAttributeList()
568 totalLength = PacketSize(packet); in SdpParseAttributeListArray()
653 if (PacketSize(packet) != parameterLength || parameterLength != SDP_UINT16_LENGTH) { in SdpParseErrorResponse()
657 PacketSize(packet), in SdpParseErrorResponse()
688 length = PacketSize(packet); in SdpParseSearchResponse()
746 length = PacketSize(packet); in SdpParseAttributeResponse()
795 length = PacketSize(packet); in SdpParseSearchAttributeResponse()
H A Dsdp_connect.c1311 totalServiceRecordCount = PacketSize(packet) / SDP_SERVICE_RECORD_HANDLE_BYTE; in SdpSendSearchFragmentResponse()
1317 currentServiceRecordCount = PacketSize(fragmentPacket) / SDP_SERVICE_RECORD_HANDLE_BYTE; in SdpSendSearchFragmentResponse()
1422 uint16_t attributeByteCount = (uint16_t)PacketSize(fragmentPacket); in SdpBuildAttributeFragmentResponse()
1540 length = PacketSize(packet); in SdpSendAttributeResponse()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c248 uint32_t pktSize = PacketSize(pkt); in PacketMoveToOffset()
367 uint32_t PacketSize(const Packet *pkt) in PacketSize() function
491 return PacketSize(uplayer); in PacketFragment()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c407 size_t totalLength = PacketSize(packet); in HciFargment()
465 size_t totalLength = PacketSize(packet); in HciFargmentAndSendData()
520 size_t totalLength = PacketSize(packet); in HciFargmentAndSendLeData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c328 btPacket.size = PacketSize(packet->packet); in HciSendPacketCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_cmd.c360 LOG_INFO("%{public}s: size(%u)", __FUNCTION__, PacketSize(pkt)); in SMP_SendData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp598 dataLength = static_cast<int>(PacketSize(pkt)); in HidHostRecvDataCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp1129 uint16_t packetSize = PacketSize(pkt); in ProcessSinkStream()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c936 size = PacketSize(pkt); in RfcommParseUih()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp2350 buffer = (uint8_t *)malloc(PacketSize(iter->second.data_)); in GetReadValueCache()
2354 PacketRead(iter->second.data_, buffer, 0, PacketSize(iter->second.data_)); in GetReadValueCache()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp596 int dataLength = static_cast<int>(PacketSize(pkt)); in BnepRecvDataCallback()

12