![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
A BlueZ implementation of the AVRCPTargetInterface
.
More...
#include <BlueZAVRCPTarget.h>
Public Member Functions | |
BluetoothServiceInterface methods | |
std::shared_ptr< avsCommon::sdkInterfaces::bluetooth::services::SDPRecordInterface > | getRecord () override |
void | setup () override |
Called for any necessary setup of the service. More... | |
void | cleanup () override |
Called for any necessary cleanup of the service. More... | |
AVRCPTargetInterface methods | |
bool | play () override |
bool | pause () override |
bool | next () override |
bool | previous () override |
![]() | |
virtual | ~AVRCPTargetInterface ()=default |
![]() | |
virtual | ~BluetoothServiceInterface ()=default |
Destructor. More... | |
Static Public Member Functions | |
static std::shared_ptr< BlueZAVRCPTarget > | create (std::shared_ptr< DBusProxy > mediaControlProxy) |
Additional Inherited Members | |
![]() | |
static constexpr const char * | UUID = "0000110c-0000-1000-8000-00805f9b34fb" |
The Service UUID. More... | |
static constexpr const char * | NAME = "A/V_RemoteControlTarget" |
The Service Name. More... | |
A BlueZ implementation of the AVRCPTargetInterface
.
|
overridevirtual |
Called for any necessary cleanup of the service.
Implements alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::services::BluetoothServiceInterface.
|
static |
Creates a BlueZAVRCPTarget instance.
device | A pointer to an instance of a DBusProxy for an org.bluez.MediaControl1 interface. |
|
overridevirtual |
Returns an SDPRecord for the service.
SDPRecordInterface
for the service. Implements alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::services::BluetoothServiceInterface.
|
overridevirtual |
Sends a next command to the device supporting AVRCPTarget.
Implements alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::services::AVRCPTargetInterface.
|
overridevirtual |
Sends a pause command to the device supporting AVRCPTarget.
Implements alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::services::AVRCPTargetInterface.
|
overridevirtual |
Sends a play command to the device supporting AVRCPTarget.
Implements alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::services::AVRCPTargetInterface.
|
overridevirtual |
Sends a previous command to the device supporting AVRCPTarget.
Implements alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::services::AVRCPTargetInterface.
|
overridevirtual |
Called for any necessary setup of the service.
Implements alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::services::BluetoothServiceInterface.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0