15 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_BLUETOOTH_SERVICES_MOCKBLUETOOTHSERVICE_H_ 16 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_BLUETOOTH_SERVICES_MOCKBLUETOOTHSERVICE_H_ 24 namespace sdkInterfaces {
34 void setup()
override;
36 std::shared_ptr<SDPRecordInterface>
getRecord()
override;
67 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_BLUETOOTH_SERVICES_MOCKBLUETOOTHSERVICE_H_ Definition: AmdMetricWrapperTest.cpp:24
void cleanup() override
Called for any necessary cleanup of the service.
Definition: MockBluetoothService.h:56
void setup() override
Called for any necessary setup of the service.
Definition: MockBluetoothService.h:52
MockBluetoothService(std::shared_ptr< SDPRecordInterface > record)
Constructor.
Definition: MockBluetoothService.h:49
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: MockBluetoothService.h:32
std::shared_ptr< SDPRecordInterface > m_record
Definition: MockBluetoothService.h:42
std::shared_ptr< SDPRecordInterface > getRecord() override
Definition: MockBluetoothService.h:45
Definition: BluetoothServiceInterface.h:34