Home
last modified time | relevance | path

Searched refs:AVRC_CT_SPASV_NUM_OF_ATTRIBUTES_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_player_application_settings.h399AVRC_CT_SPASV_NUM_OF_ATTRIBUTES_SIZE = 0x01, // The size of the "NumPlayerApplicationSettingAttri… enumerator
H A Davrcp_ct_vendor.cpp629 … size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_SPASV_NUM_OF_ATTRIBUTES_SIZE + in AssembleParameters()
641 parameterLength_ = AVRC_CT_SPASV_NUM_OF_ATTRIBUTES_SIZE + attributes_.size() + values_.size(); in AssembleParameters()