蓝牙设置(Web Bluetooth API/Bluetooth Adapter)

1. VMLogin Web Bluetooth API 

允许网站通过 GATT(Generic Attribute Profile) 客户端与附近用户选择的低功耗蓝牙(BLE)设备进行安全和隐私保护的通信 API。主要用于模拟蓝牙指纹,可根据自己需求选择是否开启。

2. VMLogin Bluetooth Adapter

代表了移动设备的本地的蓝牙适配器, 通过该蓝牙适配器可以对蓝牙进行基本操作。

例如 : 启动设备发现(startDiscovery), 获取已配对设备(getBoundedDevices), 通过mac蓝牙地址获取蓝牙设备(getRemoteDevice), 从其它设备创建一个监听连接(listenUsingRfcommWithServiceRecord);

(BluetoothAdapter.getDefaultAdapter)该静态方法可以获取该适配器对象。

主要用于模拟Bluetooth Adapter指纹,可根据自己需求选择是否开启。