Jasonchenlijian / FastBle

Android Bluetooth Low Energy (BLE) Fast Development Framework. It uses simple ways to filter, scan, connect, read ,write, notify, readRssi, setMTU, and multiConnection.
Apache License 2.0
5.29k stars 1.22k forks source link

能根据特性uuid过滤吗 #520

Closed 826520377 closed 2 years ago

826520377 commented 2 years ago

我们有一些服务uuid一样的蓝牙设备,但是特性的uuid不同,在搜索的时候想根据 读写的uuid进一步过滤设备,但是特性uuid好像只有连接后才返回,如果没发现一个就连接之后过滤会很慢