16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_BLUETOOTH_SDPRECORDS_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_BLUETOOTH_SDPRECORDS_H_ 150 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_BLUETOOTH_SDPRECORDS_H_ A SDP record representing A2DPSink.
Definition: SDPRecords.h:80
const std::string m_name
The service name.
Definition: SDPRecords.h:59
Used to implement ServiceDiscoveryProtocol records. This allows identification of the service...
Definition: SDPRecordInterface.h:28
::std::string string
Definition: gtest-port.h:1097
SDPRecord(const std::string &name, const std::string &uuid, const std::string &version)
A SDP record representing AVRCPTarget.
Definition: SDPRecords.h:91
std::string getUuid() const override
std::string getName() const override
std::string getVersion() const override
A SDP record representing AVRCPController.
Definition: SDPRecords.h:102
const std::string m_version
The version.
Definition: SDPRecords.h:65
const std::string m_uuid
The 128-bit UUID.
Definition: SDPRecords.h:62
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
A SDP record representing A2DPSource.
Definition: SDPRecords.h:69
A SDP record representing SPP.
Definition: SDPRecords.h:135
A SDP record representing HFP.
Definition: SDPRecords.h:113
A SDP record representing HID.
Definition: SDPRecords.h:124
Base class for an SDPRecord object used.
Definition: SDPRecords.h:29