AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceConnectionRulesProviderInterface Class Referenceabstract

#include <BluetoothDeviceConnectionRulesProviderInterface.h>

Inheritance diagram for alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceConnectionRulesProviderInterface:
Inheritance graph
[legend]

Public Member Functions

virtual std::unordered_set< std::shared_ptr< avsCommon::sdkInterfaces::bluetooth::BluetoothDeviceConnectionRuleInterface > > getRules ()=0
 
virtual ~BluetoothDeviceConnectionRulesProviderInterface ()=default
 

Detailed Description

This interface provides the BluetoothDeviceConnectionRuleInterface(s) used by the Bluetooth Capability Agent to define the connection rules to follow for device types.

Constructor & Destructor Documentation

◆ ~BluetoothDeviceConnectionRulesProviderInterface()

virtual alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceConnectionRulesProviderInterface::~BluetoothDeviceConnectionRulesProviderInterface ( )
virtualdefault

Member Function Documentation

◆ getRules()

virtual std::unordered_set< std::shared_ptr<avsCommon::sdkInterfaces::bluetooth::BluetoothDeviceConnectionRuleInterface> > alexaClientSDK::acsdkBluetoothInterfaces::BluetoothDeviceConnectionRulesProviderInterface::getRules ( )
pure virtual

Returns the unordered set of BluetoothDeviceConnectionRuleInterfaces added to this provider.

Returns
The set of rules.

Implemented in alexaClientSDK::acsdkBluetooth::DeviceConnectionRulesAdapter, and alexaClientSDK::acsdkBluetooth::BasicDeviceConnectionRulesProvider.


The documentation for this class was generated from the following file:

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