How do I find the proper UUID?

ε祈祈猫儿з 提交于 2019-12-03 17:07:18

From @Devunwired in the comment section above......

Have you tried using the common SPP ID that many embedded devices use, rather than trying to query the device?

You might just luck out and have one of the embedded chips that uses this service ID:

UUID MY_UUID = UUID.fromString("00001101-0000-1000-8000-00805F9B34FB")

Setting my UUID to this service ID worked for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!