![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <BluetoothDeviceObserverInterface.h>
Classes | |
struct | DeviceAttributes |
Public Member Functions | |
virtual | ~BluetoothDeviceObserverInterface ()=default |
virtual void | onActiveDeviceConnected (const DeviceAttributes &attributes)=0 |
virtual void | onActiveDeviceDisconnected (const DeviceAttributes &attributes)=0 |
This interface allows a derived class to know when a bluetooth device is connected or disconnected.
|
virtualdefault |
Destructor.
|
pure virtual |
Used to notify the observer when an active bluetooth device is connected.
attributes | The DeviceAttributes of the active bluetooth device. |
Implemented in alexaClientSDK::sampleApplications::common::UIManager.
|
pure virtual |
Used to notify the observer when an active bluetooth device is disconnected.
attributes | The DeviceAttributes of the active bluetooth device. |
Implemented in alexaClientSDK::sampleApplications::common::UIManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0