Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp252 int packetLength = length; in SendData() local
260 packetLength += BNEP_COMPRESSED_ETHERNET_HEAD_LENGTH; in SendData()
271 packetLength += BNEP_GENERAL_ETHERNET_HEAD_LENGTH; in SendData()
274 packet = PacketMalloc(packetLength, 0, 0); in SendData()
1199 packet = PacketMalloc(packetLength, 0, 0); in BnepSendControlCommandNotUnderstood()
1218 uint8_t packetLength = BNEP_CONTROL_RESPONSE_LENGTH; in BnepSendSetupConnectionResponse() local
1220 packet = PacketMalloc(packetLength, 0, 0); in BnepSendSetupConnectionResponse()
1239 uint8_t packetLength = BNEP_CONTROL_RESPONSE_LENGTH; in BnepSendFilterNetTypeResponse() local
1241 packet = PacketMalloc(packetLength, 0, 0); in BnepSendFilterNetTypeResponse()
1260 uint8_t packetLength = BNEP_CONTROL_RESPONSE_LENGTH; in BnepSendFilterMultiAddrResponse() local
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp278 uint16_t packetLength = ObexUtils::GetBufData16(&packetBuf[0], 1); in GetObexHeaderFromPacket() local
279 if (packetLength != packetBufSize) { in GetObexHeaderFromPacket()
281 int(packetLength), int(packetBufSize)); in GetObexHeaderFromPacket()
285 return ObexHeader::ParseRequest(packetBuf, packetLength); in GetObexHeaderFromPacket()
H A Dobex_client.cpp203 uint16_t packetLength = ObexUtils::GetBufData16(&packetBuf[0], 1); in GetObexHeaderFromPacket() local
204 if (packetLength != packetBufSize) { in GetObexHeaderFromPacket()
205 …OBEX_LOG_ERROR("packetLength[%{public}hu] != packetBufSize[%{public}zu]", packetLength, packetBufS… in GetObexHeaderFromPacket()
211 resp = ObexHeader::ParseResponse(packetBuf, packetLength, true); in GetObexHeaderFromPacket()
213 resp = ObexHeader::ParseResponse(packetBuf, packetLength, false); in GetObexHeaderFromPacket()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c337 void HCI_SetBufferSize(uint16_t packetLength, uint16_t totalPackets) in HCI_SetBufferSize() argument
339 g_aclDataPacketLength = packetLength; in HCI_SetBufferSize()
347 void HCI_SetLeBufferSize(uint16_t packetLength, uint8_t totalPackets) in HCI_SetLeBufferSize() argument
355 g_leAclDataPacketLength = packetLength; in HCI_SetLeBufferSize()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_decoder_plugin.h33 uint32_t packetLength; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp260 uint8_t packetLength = sizeof(uint8_t); in SendGetReport() local
262 packetLength += sizeof(uint8_t); in SendGetReport()
266 packetLength += sizeof(uint16_t); in SendGetReport()
268 packet = PacketMalloc(packetLength, 0, 0); in SendGetReport()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1481 void HCI_SetBufferSize(uint16_t packetLength, uint16_t totalPackets);
1482 void HCI_SetLeBufferSize(uint16_t packetLength, uint8_t totalPackets);