AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
PulseAudioBluetoothInitializer.cpp File Reference
#include <chrono>
#include <string>
#include "BlueZ/PulseAudioBluetoothInitializer.h"
#include <AVSCommon/Utils/Logger/Logger.h>
Include dependency graph for PulseAudioBluetoothInitializer.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

std::string alexaClientSDK::bluetoothImplementations::blueZ::stateToString (pa_context_state_t state)
 

Variables

static const std::string TAG {"PulseAudioBluetoothInitializer"}
 String to identify log entries originating from this file. More...
 
static std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUETOOTH_DISCOVER = "module-bluetooth-discover"
 The PulseAudio module related to device discovery. More...
 
static std::string alexaClientSDK::bluetoothImplementations::blueZ::BLUETOOTH_POLICY = "module-bluetooth-policy"
 The PulseAudio module related to stack related policies. More...
 
static const int alexaClientSDK::bluetoothImplementations::blueZ::PA_CONTEXT_CB_SUCCESS {1}
 Return indicating an operation was successful. More...
 
static const int alexaClientSDK::bluetoothImplementations::blueZ::PA_MODULE_CB_EOL_EOL {1}
 Return for a module callback indicating that this is the eol. More...
 
static const int alexaClientSDK::bluetoothImplementations::blueZ::PA_MODULE_CB_EOL_ERR {-1}
 Return for a module callback indicating that an error occurred. More...
 
static const std::chrono::seconds alexaClientSDK::bluetoothImplementations::blueZ::TIMEOUT {2}
 Timeout for blocking operations. 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.

Variable Documentation

◆ TAG

const std::string TAG {"PulseAudioBluetoothInitializer"}
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