AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceObserverInterface::DeviceAttributes Struct Reference

#include <BluetoothDeviceObserverInterface.h>

Public Member Functions

 DeviceAttributes ()=default
 

Public Attributes

std::string name
 The name of the active bluetooth device. More...
 
std::unordered_set< std::string > supportedServices
 The bluetooth services this device supports. More...
 

Detailed Description

The observable attributes of the bluetooth device.

Constructor & Destructor Documentation

◆ DeviceAttributes()

alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceObserverInterface::DeviceAttributes::DeviceAttributes ( )
default

Constructor.

Member Data Documentation

◆ name

std::string alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceObserverInterface::DeviceAttributes::name

The name of the active bluetooth device.

◆ supportedServices

std::unordered_set<std::string> alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceObserverInterface::DeviceAttributes::supportedServices

The bluetooth services this device supports.


The documentation for this struct was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0