Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.h46 AVRC_TG_VENDOR_PARAMETER_LENGTH = 0x0000, // The value of the "Parameter Length". enumerator
244 …uint16_t parameterLength_ {AVRC_TG_VENDOR_PARAMETER_LENGTH}; // The value of the "Parameter Le…
H A Davrcp_tg_vendor.cpp2340 …if (parameterLength_ == AVRC_TG_VENDOR_PARAMETER_LENGTH || volume_ < AVRC_ABSOLUTE_VOLUME_PERCENTA… in DisassembleParameters()