Home
last modified time | relevance | path

Searched defs:packetLength (Results 1 – 6 of 6) sorted by relevance

/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/pan/
H A Dpan_bnep.cpp252 int packetLength = length; in SendData() local
1197 uint8_t packetLength = BNEP_CONTROL_COMMAND_NOT_UNDERSTOOD_LENGTH; in BnepSendControlCommandNotUnderstood() local
1218 uint8_t packetLength = BNEP_CONTROL_RESPONSE_LENGTH; in BnepSendSetupConnectionResponse() local
1239 uint8_t packetLength = BNEP_CONTROL_RESPONSE_LENGTH; in BnepSendFilterNetTypeResponse() local
1260 uint8_t packetLength = BNEP_CONTROL_RESPONSE_LENGTH; in BnepSendFilterMultiAddrResponse() local
/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()
347 void HCI_SetLeBufferSize(uint16_t packetLength, uint8_t totalPackets) in HCI_SetLeBufferSize()
/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
H A Dobex_client.cpp203 uint16_t packetLength = ObexUtils::GetBufData16(&packetBuf[0], 1); in GetObexHeaderFromPacket() local
/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