Android蓝牙

如果我想通过蓝牙连接到另一台设备,该怎么办?

我所做的一切似乎都没有效果.我尝试连接的手机不是android系统,并且具有蓝牙且可发现.

解决方法:

在这种情况下,Bluetooth API确实很差……让我们看一下java-doc:

Hint: If you are connecting to a
Bluetooth serial board then try using
the well-known SPP UUID
00001101-0000-1000-8000-00805F9B34FB.
However if you are connecting to an
Android peer then please generate your
own unique UUID.

从:link text

据此,您的同级应该在00001101-0000-1000-8000-00805F9B34FB服务记录下可见.

上一篇:BIAS***:一个影响数十亿设备的蓝牙漏洞


下一篇:Android BluetoothGatt无法接收特征通知BluetoothGatt#writeDescriptor(desc)返回false