15 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_BLUETOOTH_DEVICECATEGORY_H_ 16 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_BLUETOOTH_DEVICECATEGORY_H_ 48 return "REMOTE_CONTROL";
92 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_BLUETOOTH_DEVICECATEGORY_H_
::std::string string
Definition: gtest-port.h:1097
DeviceCategory stringToDeviceCategory(const std::string &category)
Definition: DeviceCategory.h:70
std::string deviceCategoryToString(const DeviceCategory &category)
Definition: DeviceCategory.h:45
DeviceCategory
Definition: DeviceCategory.h:24
std::ostream & operator<<(std::ostream &stream, const DeviceCategory category)
Definition: DeviceCategory.h:88