![]() |
AlexaClientSDK
1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <AVSCommon/Utils/Bluetooth/DeviceCategory.h>#include <AVSCommon/Utils/Logger/Logger.h>#include "acsdkBluetoothInterfaces/BluetoothStorageInterface.h"#include "acsdkBluetooth/SQLiteBluetoothStorage.h"
Namespaces | |
| alexaClientSDK | |
| Whether or not curl logs should be emitted. | |
| alexaClientSDK::acsdkBluetooth | |
Macros | |
| #define | LX(event) alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event) |
Variables | |
| static const std::string | TAG {"SQLiteBluetoothStorage"} |
| String to identify log entries originating from this file. More... | |
| static const std::string | alexaClientSDK::acsdkBluetooth::BLUETOOTH_CONFIGURATION_ROOT_KEY = "bluetooth" |
| Configuration root. More... | |
| static const std::string | alexaClientSDK::acsdkBluetooth::BLUETOOTH_DB_FILE_PATH_KEY = "databaseFilePath" |
| The node identifying the database. More... | |
| static const std::string | alexaClientSDK::acsdkBluetooth::UUID_TABLE_NAME = "uuidMapping" |
| Table name. More... | |
| static const std::string | alexaClientSDK::acsdkBluetooth::COLUMN_UUID = "uuid" |
| The UUID column. More... | |
| static const std::string | alexaClientSDK::acsdkBluetooth::COLUMN_MAC = "mac" |
| The MAC address column. More... | |
| static const std::string | alexaClientSDK::acsdkBluetooth::COLUMN_CATEGORY = "category" |
| The Category column. More... | |
| const std::string | alexaClientSDK::acsdkBluetooth::SQL_CREATE_UUID_TABLE_QUERY |
| The SQL string to create a table. More... | |
| #define LX | ( | event | ) | alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event) |
Create a LogEntry using this file's TAG and the specified event string.
| The | event string for this LogEntry. |
|
static |
String to identify log entries originating from this file.
AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0