AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
BlueZHostController.cpp File Reference
#include "BlueZ/BlueZHostController.h"
#include <AVSCommon/Utils/Logger/Logger.h>
#include "BlueZ/BlueZConstants.h"
#include "BlueZ/BlueZDeviceManager.h"
Include dependency graph for BlueZHostController.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::bluetoothImplementations
 
 alexaClientSDK::bluetoothImplementations::blueZ
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static bool alexaClientSDK::bluetoothImplementations::blueZ::truncate (const std::unique_ptr< MacAddressString > &mac, std::string *truncatedMac)
 

Variables

static const std::string alexaClientSDK::bluetoothImplementations::blueZ::TAG {"BlueZHostController"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::ALIAS_PROPERTY = "Alias"
 String to identify name property. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::DISCOVERABLE_PROPERTY = "Discoverable"
 String to identify discovering property. More...
 
static const unsigned int alexaClientSDK::bluetoothImplementations::blueZ::MAC_SIZE = 17
 The expected size of a MAC address in the format XX:XX:XX:XX:XX:XX. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::SCANNING_PROPERTY = "Discovering"
 String to identify scanning property. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::START_SCAN = "StartDiscovery"
 String to identify adapter method to start scanning. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::STOP_SCAN = "StopDiscovery"
 String to identify adapter method to stop scanning. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::DEFAULT_NAME = "Device"
 A fallback device name. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

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