16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_BLUETOOTH_SERVICES_AVRCPCONTROLLERINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_BLUETOOTH_SERVICES_AVRCPCONTROLLERINTERFACE_H_ 23 namespace sdkInterfaces {
37 static constexpr
const char*
UUID =
"0000110e-0000-1000-8000-00805f9b34fb";
40 static constexpr
const char*
NAME =
"A/V_RemoteControl";
54 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_BLUETOOTH_SERVICES_AVRCPCONTROLLERINTERFACE_H_ static constexpr const char * NAME
The Service Name.
Definition: AVRCPControllerInterface.h:40
virtual ~AVRCPControllerInterface()=default
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static constexpr const char * UUID
Definition: AVRCPControllerInterface.h:37
Used to implement an instance of AVRCPController (Audio/Video Remote Control Profile).
Definition: AVRCPControllerInterface.h:28
Definition: BluetoothServiceInterface.h:34