gpt4 book ai didi

java - BlueCove 蓝牙设备发现

转载 作者:行者123 更新时间:2023-12-02 05:53:30 24 4
gpt4 key购买 nike

我已经为 BlueCove 2.1.1 构建并运行了 RemoteDeviceDiscovery 示例项目。该程序将发现所有可发现的蓝牙设备,但它也会在 deviceDiscovered() 中报告之前曾经配对过的设备。

有没有办法只发现您周围的设备(例如 Android)?下面的代码返回发现的设备和配对的设备...

public void deviceDiscovered(RemoteDevice btDevice, DeviceClass cod) {
System.out.println("Device " + btDevice.getBluetoothAddress() + " found");
devicesDiscovered.addElement(btDevice);
try {
System.out.println(" name " + btDevice.getFriendlyName(false));
} catch (IOException cantGetDeviceName) {
}
}

最佳答案

是 - 使用 http://bluecove.org/bluecove/apidocs/javax/bluetooth/RemoteDevice.html#isTrustedDevice()过滤未配对的设备(如果您愿意,也可以过滤已配对的设备)。

关于java - BlueCove 蓝牙设备发现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10037682/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com