类 IBluetoothManager

java.lang.Object
com.hyperlcd.Bluetooth.IBluetoothManager

public class IBluetoothManager
extends java.lang.Object

HyperlcdLib 蓝牙控制类


使用该类中的接口方法必须先调用 getInstance(Context, BluetoothManagerListener) 获取实例。

结束使用调用 destroyInstance() 销毁单例。

接口功能:
  1. isSupportBluetooth() 是否支持蓝牙
  2. enableBluetooth() 打开蓝牙
  3. disableBluetooth() 关闭蓝牙
  4. startDiscoveryBluetooth() 开始扫描蓝牙
  5. CreateBond(BluetoothDevice) 创建配对
  6. RemoveBond(BluetoothDevice) 移除配对