public final class

BluetoothConfigManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.bluetoothconfig.BluetoothConfigManager

Class Overview

Provides IBluetoothConfigManager interface by calling getInterface(Context) method.

For Bluetooth Configuration Management details, see IBluetoothConfigManager

Summary

Public Methods
static IBluetoothConfigManager getInterface(Context context)
Retrieve the global IBluetoothConfigManager instance, creating it if it doesn't already exist.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static IBluetoothConfigManager getInterface (Context context)

Added in API level 1

Retrieve the global IBluetoothConfigManager instance, creating it if it doesn't already exist.

Parameters
context Context: Context of the application
Returns
IBluetoothConfigManager IBluetoothConfigManager