Home
last modified time | relevance | path

Searched refs:AVRC_CAPABILITY_COMPANYID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h1138 AVRC_CAPABILITY_COMPANYID = 0x02, // The list of CompanyID supported by TG. enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h1223 AVRC_CAPABILITY_COMPANYID = 0x02, // The list of CompanyID supported by TG. enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.cpp233 if (capabilityId_ == AVRC_CAPABILITY_COMPANYID) { in DisassembleParameters()
H A Davrcp_ct_service.cpp871 … std::bind(&AvrcpCtService::GetCapabilitiesNative, this, peerAddr, AVRC_CAPABILITY_COMPANYID)); in GetSupportedCompanies()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp619 if (gcPkt->GetCapabilityId() == AVRC_CAPABILITY_COMPANYID) { in ReceiveGetCapabilitiesCmd()