Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dhci_protocol.cpp42 const PacketHeader &HciProtocol::GetPacketHeaderInfo(HciPacketType packetType) in GetPacketHeaderInfo() argument
44 if (packetType >= HCI_PACKET_TYPE_MAX) { in GetPacketHeaderInfo()
47 return header_[packetType]; in GetPacketHeaderInfo()
H A Dhci_protocol.h36 virtual ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) = 0;
38 const PacketHeader& GetPacketHeaderInfo(HciPacketType packetType);
H A Dmct_protocol.cpp43 ssize_t MctProtocol::SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) in SendPacket() argument
45 uint8_t type = packetType; in SendPacket()
47 if (packetType == HciPacketType::HCI_PACKET_TYPE_COMMAND) { in SendPacket()
49 } else if (packetType == HciPacketType::HCI_PACKET_TYPE_ACL_DATA) { in SendPacket()
H A Dmct_protocol.h31 ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) override;
H A Dh4_protocol.h29 ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) override;
H A Dh4_protocol.cpp37 ssize_t H4Protocol::SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) in SendPacket() argument
39 uint8_t type = packetType; in SendPacket()
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_dfm.c65 param->packetType = HDMI_AUDIO_SAMPLE_PACKET; in HdmiDfmFillParam()
111 switch (param->packetType) { in HdmiDfmGetAudioPackets()
136 HDF_LOGE("audio packet type 0x%x, is not support.", param->packetType); in HdmiDfmGetAudioPackets()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_dfm.h147 uint32_t packetType; member

Completed in 3 milliseconds