dingjikerbo / Android-BluetoothKit

Android BLE蓝牙通信库
Apache License 2.0
3.55k stars 734 forks source link

在连接成功之后怎么获取该设备的UUID #143

Closed anyan131 closed 4 years ago

anyan131 commented 4 years ago

连接成功之后通过BleConnectResponse接口返回的BleGattProfile的getService方法是一个集合 遍历这个集合的调用getUUID方法,为什么会打印出很多的UUID,哪个才是对应我连接是设备。求告知

anyan131 commented 4 years ago

我使用了getService(UUID)这个方法, image 报了空指针