/** 传统蓝牙. */ public static int TYPE_BLUETOOTH_CLASSIC = 0; /** 双模蓝牙. */ public static int TYPE_BLUETOOTH_DUAL = 1; /** 低功耗(BLE)蓝牙. */ public static int TYPE_BLUETOOTH_LE = 2;