AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Variables
BlueZBluetoothDevice.cpp File Reference
#include <AVSCommon/Utils/Bluetooth/SDPRecords.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <AVSCommon/Utils/Memory/Memory.h>
#include "BlueZ/BlueZA2DPSink.h"
#include "BlueZ/BlueZA2DPSource.h"
#include "BlueZ/BlueZAVRCPController.h"
#include "BlueZ/BlueZAVRCPTarget.h"
#include "BlueZ/BlueZBluetoothDevice.h"
#include "BlueZ/BlueZConstants.h"
#include "BlueZ/BlueZDeviceManager.h"
#include "BlueZ/BlueZHFP.h"
#include "BlueZ/BlueZHID.h"
#include "BlueZ/BlueZSPP.h"
Include dependency graph for BlueZBluetoothDevice.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)
 

Variables

static const std::string alexaClientSDK::bluetoothImplementations::blueZ::TAG {"BlueZBluetoothDevice"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_PROPERTY_ALIAS = "Alias"
 The Name property that BlueZ uses. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_PROPERTY_UUIDS = "UUIDs"
 The UUID property that BlueZ uses. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_ERROR_NOTFOUND = "org.bluez.Error.DoesNotExist"
 An BlueZ error indicating when an object no longer exists. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_ERROR_RESOURCE_UNAVAILABLE = "org.bluez.Error.Failed: Resource temporarily unavailable"
 A BlueZ connect error indicating authentication was rejected. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_METHOD_PAIR = "Pair"
 BlueZ org.bluez.Device1 method to pair. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_METHOD_CONNECT = "Connect"
 BlueZ org.bluez.Device1 method to connect. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_METHOD_DISCONNECT = "Disconnect"
 BlueZ org.bluez.Device1 method to disconnect. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUZ_DEVICE_METHOD_CONNECT_PROFILE = "ConnectProfile"
 BlueZ org.bluez.Device1 method to connect profile. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUZ_DEVICE_METHOD_DISCONNECT_PROFILE = "DisconnectProfile"
 BlueZ org.bluez.Device1 method to disconnect profile. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_PROPERTY_PAIRED = "Paired"
 BlueZ org.bluez.Device1 paired property. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_PROPERTY_CONNECTED = "Connected"
 BlueZ org.bluez.Device1 connected property. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_DEVICE_PROPERTY_CLASS = "Class"
 BlueZ org.bluez.Device1 class property. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUEZ_ADAPTER_REMOVE_DEVICE = "RemoveDevice"
 BlueZ org.bluez.Adapter1 method to remove device. More...
 
static const std::string alexaClientSDK::bluetoothImplementations::blueZ::MEDIA_CONTROL_INTERFACE = "org.bluez.MediaControl1"
 The Media Control interface on the DBus object. 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