Home
last modified time | relevance | path

Searched defs:packetType (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hci_callbacks.cpp34 BtPacketType packetType = BtPacketType::PACKET_TYPE_UNKNOWN; in OnReceivedHciPacket() local
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dhci_protocol.cpp42 const PacketHeader &HciProtocol::GetPacketHeaderInfo(HciPacketType packetType) in GetPacketHeaderInfo()
H A Dmct_protocol.cpp43 ssize_t MctProtocol::SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) in SendPacket()
H A Dh4_protocol.cpp59 ssize_t H4Protocol::SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) in SendPacket()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_header.h36 …uint8_t packetType = 0; // Some bits works individually, the high four bits indicates frameType member
H A Dprotocol_proto.cpp456 uint8_t packetType = PACKET_TYPE_NOT_FRAGMENTED; in SetPhyHeader() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h694 uint16_t packetType; member
712 uint16_t packetType; member
765 uint16_t packetType; member
783 uint16_t packetType; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h95 uint16_t packetType; member
206 uint16_t packetType; member
328 uint16_t packetType; member
342 uint16_t packetType; member
613 uint16_t packetType; member
644 uint16_t packetType; member
679 uint16_t packetType; member
705 uint16_t packetType; member
H A Dhci_def_evt.h326 uint16_t packetType; member
H A Dhci_def_controller_baseband_cmd.h767 uint8_t packetType; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c878 FILLP_UCHAR packetType; in FillpDoInput() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_dfm.h147 uint32_t packetType; member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c956 static int32_t SessionPktTypeToProxyIndex(SessionPktType packetType) in SessionPktTypeToProxyIndex()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2317 uint16_t packetType = BTM_ACL_PACKET_TYPE_DH1 | BTM_ACL_PACKET_TYPE_DM1; in BtmGenerateSupportedPacketTypes() local
2358 int BTM_ChangeConnectionPacketType(const BtAddr *addr, uint16_t packetType) in BTM_ChangeConnectionPacketType()