Home
last modified time | relevance | path

Searched refs:AVRC_CT_VENDOR_MIN_COMMAND_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.h28 AVRC_CT_VENDOR_MIN_COMMAND_SIZE = 0x08, // The min size of the command frame. enumerator
H A Davrcp_ct_vendor.cpp100 pkt_ = PacketMalloc(0x00, 0x00, AVRC_CT_VENDOR_MIN_COMMAND_SIZE); in AssembleFixedOperands()
1018 …if (offset >= parameterLength_ + AVRC_CT_VENDOR_MIN_COMMAND_SIZE + AVRC_CT_VENDOR_PARAMETER_LENGTH… in DisassemblePacketAttributes()