Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth/hardware/src/
Dbluetooth_hci_callbacks.cpp34 BtPacketType packetType = BtPacketType::PACKET_TYPE_UNKNOWN; in OnReceivedHciPacket() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dframe_header.h35 …uint8_t packetType = 0; // Some bits works individually, the high four bits indicates frameType member
Dprotocol_proto.cpp434 uint8_t packetType = PACKET_TYPE_NOT_FRAGMENTED; in SetPhyHeader() local
/foundation/communication/bluetooth/services/bluetooth/stack/include/
Dbtm.h694 uint16_t packetType; member
712 uint16_t packetType; member
765 uint16_t packetType; member
783 uint16_t packetType; member
/foundation/communication/bluetooth/services/bluetooth/stack/src/hci/
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
Dhci_def_evt.h326 uint16_t packetType; member
Dhci_def_controller_baseband_cmd.h767 uint8_t packetType; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
Dfillp_input.c902 FILLP_UCHAR packetType; in FillpDoInput() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_session.c103 int32_t ProxyTypeToProxyIndex(ProxyPacketType packetType) in ProxyTypeToProxyIndex()
/foundation/communication/bluetooth/services/bluetooth/stack/src/btm/
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()