![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Namespaces | |
| test | |
Classes | |
| class | BasicDeviceConnectionRule |
| class | BasicDeviceConnectionRulesProvider |
| class | Bluetooth |
| class | BluetoothEventState |
| class | BluetoothMediaInputTransformer |
| class | BluetoothNotifier |
| class | DeviceConnectionRulesAdapter |
| class | SQLiteBluetoothStorage |
A concrete implementation of BluetoothStorageInterface using SQLite. More... | |
Functions | |
| std::string | streamingStateToString (Bluetooth::StreamingState state) |
| std::ostream & | operator<< (std::ostream &stream, const Bluetooth::StreamingState state) |
| std::string | focusTransitionStateToString (Bluetooth::FocusTransitionState state) |
| std::ostream & | operator<< (std::ostream &stream, const Bluetooth::FocusTransitionState state) |
| std::string | scanningStateToString (Bluetooth::ScanningTransitionState state) |
| std::ostream & | operator<< (std::ostream &stream, const Bluetooth::ScanningTransitionState state) |
| BluetoothComponent | getComponent () |
Variables | |
| static const constexpr char * | BLUETOOTH_MEDIA_PLAYER_NAME = "BluetoothMediaPlayer" |
| String to identify the Bluetooth media player to render audio. More... | |
Manufactory Component definition for the BluetoothNotifierInterface.
|
inline |
Converts an enum FocusTransitionState to a string.
| state | The FocusTransitionState. |
| BluetoothComponent alexaClientSDK::acsdkBluetooth::getComponent | ( | ) |
Get the Manufactory component for creating an instance of BluetoothNotifierInterface.
Manufactory component for creating an instance of BluetoothNotifierInterface.
|
inline |
Overload for the StreamingState enum. This will write the StreamingState as a string to the provided stream.
| stream | An ostream to send the StreamingState as a string. |
| state | The StreamingState to convert. |
|
inline |
Overload for the FocusTransitionState enum. This will write the FocusTransitionState as a string to the provided stream.
| stream | An ostream to send the FocusTransitionState as a string. |
| state | The FocusTransitionState to convert. |
|
inline |
Overload for the ScanningTransitionState enum. This will write the ScanningTransitionState as a string to the provided stream.
| stream | An ostream to send the ScanningTransitionState as a string. |
| state | The ScanningTransitionState to convert. |
|
inline |
Converts an enum ScanningTransitionState to a string.
| state | The ScanningTransitionState. |
|
inline |
Converts an enum to a string.
| state | The StreamingState. |
|
static |
String to identify the Bluetooth media player to render audio.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0