/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/ |
H A D | bluetooth_hci_callbacks.cpp | 34 BtPacketType packetType = BtPacketType::PACKET_TYPE_UNKNOWN; in OnReceivedHciPacket() local 37 packetType = BtPacketType::PACKET_TYPE_EVENT; in OnReceivedHciPacket() 40 packetType = BtPacketType::PACKET_TYPE_ACL; in OnReceivedHciPacket() 43 packetType = BtPacketType::PACKET_TYPE_SCO; in OnReceivedHciPacket() 52 callbacks_->OnReceivedHciPacket(packetType, &packet); in OnReceivedHciPacket()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_sco.c | 319 .packetType = param->packetType, in BTM_CreateScoConnection() 374 .packetType = param->packetType, in BTM_AcceptScoConnectionRequest() 408 .packetType = param->packetType, in BTM_ModifyScoConnection() 508 .packetType = param->packetType, in BtmEnhancedCreateEscoConnection() 565 .packetType = param->packetType, in BTM_CreateEscoConnection() [all...] |
H A D | btm_acl.c | 412 .packetType = (HCI_PACKET_TYPE_DM1 | HCI_PACKET_TYPE_DH1 | HCI_PACKET_TYPE_DM3 | HCI_PACKET_TYPE_DH3 | in BtmAclCreateConnection() 2317 uint16_t packetType = BTM_ACL_PACKET_TYPE_DH1 | BTM_ACL_PACKET_TYPE_DM1; in BtmGenerateSupportedPacketTypes() local 2320 packetType |= BTM_ACL_PACKET_TYPE_DH3; in BtmGenerateSupportedPacketTypes() 2321 packetType |= BTM_ACL_PACKET_TYPE_DM3; in BtmGenerateSupportedPacketTypes() 2325 packetType |= BTM_ACL_PACKET_TYPE_DH5; in BtmGenerateSupportedPacketTypes() 2326 packetType |= BTM_ACL_PACKET_TYPE_DM5; in BtmGenerateSupportedPacketTypes() 2330 packetType |= BTM_ACL_PACKET_TYPE_NO_2_DH1; in BtmGenerateSupportedPacketTypes() 2331 packetType |= BTM_ACL_PACKET_TYPE_NO_2_DH3; in BtmGenerateSupportedPacketTypes() 2332 packetType |= BTM_ACL_PACKET_TYPE_NO_2_DH5; in BtmGenerateSupportedPacketTypes() 2335 packetType | in BtmGenerateSupportedPacketTypes() 2358 BTM_ChangeConnectionPacketType(const BtAddr *addr, uint16_t packetType) BTM_ChangeConnectionPacketType() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_link_ctrl_cmd.h | 95 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 D | hci_def_evt.h | 326 uint16_t packetType; member
|
H A D | hci_def_controller_baseband_cmd.h | 767 uint8_t packetType; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | header_converter.cpp | 29 headerConverted.packetType = HostToNet(headerOriginal.packetType); in ConvertHostToNet()
|
H A D | frame_header.h | 24 * packetType: Bit0: FragmentFlag: 1: Fragmented 0: Not Fragmented 36 uint8_t packetType = 0; // Some bits works individually, the high four bits indicates frameType member 42 * Whether a physical packet contains CommPhyOptHeader depend on FragmentFlag of packetType in CommPhyHeader 51 * Whether a physical packet contains CommDivergeHeader depend on FrameType of packetType in CommPhyHeader
|
H A D | protocol_proto.cpp | 437 header.packetType |= type; in FillPhyHeaderLenInfo() 456 uint8_t packetType = PACKET_TYPE_NOT_FRAGMENTED; in SetPhyHeader() local 458 SetFrameType(inInfo.frameType, packetType); in SetPhyHeader() 462 SetSendLabelExchange(packetType, inInfo.sendLabelExchange); in SetPhyHeader() 469 phyHeader.packetType = 0; in SetPhyHeader() 471 FillPhyHeaderLenInfo(packetLen, 0, packetType, paddingLen, phyHeader); // Sum is calculated afterwards in SetPhyHeader() 563 uint8_t pktType = NetToHost(phyHeader->packetType); in DisplayPacketInformation() 799 if ((phyHeader.packetType & PACKET_TYPE_FRAGMENTED) != 0) { in ParseCommPhyHeader() 802 FrameType frameType = GetFrameType(phyHeader.packetType); in ParseCommPhyHeader() 804 LOGW("[Proto][ParsePhy] Unrecognized frame, pktType=%" PRIu32 ".", phyHeader.packetType); in ParseCommPhyHeader() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 314 * @param packetType The packet types. 317 int BTSTACK_API BTM_ChangeConnectionPacketType(const BtAddr *addr, uint16_t packetType); 694 uint16_t packetType; member 712 uint16_t packetType; member 765 uint16_t packetType; member 783 uint16_t packetType; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_file.cpp | 732 char packetType; local 734 Utils::FileRead(&packetType, sizeof(packetType), 1, file_); 735 if (packetType != packetTypeRsMetrics) {
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | adapter_stub.cpp | 412 phyHeader->packetType = HostToNet(packetTypeField_); in ApplySendBitError()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_input.c | 878 FILLP_UCHAR packetType; in FillpDoInput() local 887 packetType = (FILLP_UCHAR)FILLP_PKT_GET_TYPE(FILLP_NTOHS(head->flag)); in FillpDoInput() 888 if (packetType == FILLP_PKT_TYPE_DATA) { in FillpDoInput()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 958 static int32_t SessionPktTypeToProxyIndex(SessionPktType packetType) in SessionPktTypeToProxyIndex() argument 960 switch (packetType) { in SessionPktTypeToProxyIndex()
|