Searched refs:SendVendorCmd (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.cpp | 623 void AvrcCtProfile::SendVendorCmd( in SendVendorCmd() function in OHOS::bluetooth::AvrcCtProfile 721 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_GET_CAPABILITIES); in SendGetCapabilitiesCmd() 1053 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_GET_ELEMENT_ATTRIBUTES); in SendGetElementAttributesCmd() 1114 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_GET_PLAY_STATUS); in SendGetPlayStatusCmd() 1148 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_ABORT_CONTINUING_RESPONSE); in SendAbortContinuingResponseCmd() 1177 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_SET_ADDRESSED_PLAYER); in SendSetAddressedPlayerCmd() 1204 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_PLAY_ITEM); in SendPlayItemCmd() 1231 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_ADD_TO_NOW_PLAYING); in SendAddToNowPlayingCmd() 1257 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_SET_ABSOLUTE_VOLUME); in SendSetAbsoluteVolumeCmd() 1280 SendVendorCmd(rawAddr, packet, AVRC_CT_SM_EVENT_REGISTER_NOTIFICATION); in EnableNotification() [all …]
|
H A D | avrcp_ct_profile.h | 1159 …void SendVendorCmd(const RawAddress &rawAddr, const std::shared_ptr<AvrcCtVendorPacket> &pkt, Avrc…
|