/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_act.c | 320 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 D | avctp_br_l2cap.c | 537 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 D | avctp_ctrl_l2cap.c | 521 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 D | a2dp_encoder_sbc.cpp | 514 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 D | obex_packet.h | 62 return PacketSize(obexPacket_); in GetSize()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | packet.h | 170 BTSTACK_API uint32_t PacketSize(const Packet *pkt);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_message.c | 37 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 D | avdtp_l2cap.c | 718 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 D | avdtp_api.c | 1794 PacketSize(pkt)); in AVDT_WriteReq() 1836 PacketSize(pkt)); in AvdtWriteReq()
|
H A D | avdtp_impl.c | 1991 int len = PacketSize(pkt); in AvdtPktDataPrint()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.c | 610 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 D | l2cap_core.c | 901 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 D | l2cap.c | 343 …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 D | l2cap_cmn.c | 133 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 D | sdp_client_parse.c | 332 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 D | sdp_connect.c | 1311 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 D | packet.c | 248 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 D | hci_acl.c | 407 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 D | hci.c | 328 btPacket.size = PacketSize(packet->packet); in HciSendPacketCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_cmd.c | 360 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 D | hid_host_l2cap_connection.cpp | 598 dataLength = static_cast<int>(PacketSize(pkt)); in HidHostRecvDataCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 1129 uint16_t packetSize = PacketSize(pkt); in ProcessSinkStream()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_frames.c | 936 size = PacketSize(pkt); in RfcommParseUih()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile.cpp | 2350 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 D | pan_bnep.cpp | 596 int dataLength = static_cast<int>(PacketSize(pkt)); in BnepRecvDataCallback()
|