![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <BluetoothDeviceManagerInterface.h>
Public Member Functions | |
virtual | ~BluetoothDeviceManagerInterface ()=default |
virtual std::shared_ptr< avsCommon::sdkInterfaces::bluetooth::BluetoothHostControllerInterface > | getHostController ()=0 |
virtual std::list< std::shared_ptr< avsCommon::sdkInterfaces::bluetooth::BluetoothDeviceInterface > > | getDiscoveredDevices ()=0 |
virtual std::shared_ptr< avsCommon::utils::bluetooth::BluetoothEventBus > | getEventBus ()=0 |
This component is a starting point of any platform specific implementation of bluetooth functionality. It is responsible for ownership of BluetoothDeviceInterface
objects and BluetootHostController
objects.
|
virtualdefault |
Destructor
|
pure virtual |
Get a list of devices the Host Controller is aware of. This list must contain:
i) Paired devices. ii) Devices found during the scanning process.
Implemented in alexaClientSDK::bluetoothImplementations::blueZ::BlueZDeviceManager, alexaClientSDK::bluetoothImplementations::blueZ::BlueZBluetoothDeviceManager, and alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::test::MockBluetoothDeviceManager.
|
pure virtual |
Get the BluetoothEventBus
used by this device manager to post bluetooth related events.
BluetoothEventBus
object associated with the device manager. Implemented in alexaClientSDK::bluetoothImplementations::blueZ::BlueZDeviceManager, alexaClientSDK::bluetoothImplementations::blueZ::BlueZBluetoothDeviceManager, and alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::test::MockBluetoothDeviceManager.
|
pure virtual |
Get BluetoothHostControllerInterface
instance
BluetoothHostControllerInterface
instance Implemented in alexaClientSDK::bluetoothImplementations::blueZ::BlueZDeviceManager, alexaClientSDK::bluetoothImplementations::blueZ::BlueZBluetoothDeviceManager, and alexaClientSDK::avsCommon::sdkInterfaces::bluetooth::test::MockBluetoothDeviceManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0