以图形方式显示附近扫描的蓝牙设备,如下所示

时间:2019-06-08 07:05:03

标签: android canvas graphics bluetooth

我在一个应用程序中工作,在该应用程序中,我需要扫描附近的蓝牙设备,并以图形方式(如以下屏幕所示)显示它们。我能够扫描设备,问题是显示它们并在设备和扫描按钮之间画线。

enter image description here

android中是否有可用的库来实现这种类型的屏幕。

1 个答案:

答案 0 :(得分:0)

https://github.com/dvdciri/daggraph,该库可能会有所帮助,尤其是链接节点图

使用以下代码获取先前连接的蓝牙设备

BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
Set<BluetoothDevice> devices = bluetoothAdapter.getBondedDevices();