标签: android bluetooth-lowenergy
我正在使用BLE地址连接到MAC设备。 问题是,我无法知道设备是打开/关闭还是在范围内。 在任何情况下,getRemoteDevice()方法都会返回BluetoothDevice的对象。 我正在考虑的唯一解决方案是扫描范围内的设备并检查它是否包含我的设备MAC地址。 有没有更合适的方法呢?
BLE
MAC
getRemoteDevice()
BluetoothDevice