我在一个应用程序中工作,在该应用程序中,我需要扫描附近的蓝牙设备,并以图形方式(如以下屏幕所示)显示它们。我能够扫描设备,问题是显示它们并在设备和扫描按钮之间画线。
android中是否有可用的库来实现这种类型的屏幕。
答案 0 :(得分:0)
https://github.com/dvdciri/daggraph,该库可能会有所帮助,尤其是链接节点图
使用以下代码获取先前连接的蓝牙设备
BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
Set<BluetoothDevice> devices = bluetoothAdapter.getBondedDevices();