问题描述
我写的使用Eclipse伽利略一个小的应用程序为Android 2.3。该应用程序是根据已公布的谷歌蓝牙聊天的例子。
I wrote a little application for Android 2.3 using Eclipse Galileo.The application is based on Bluetooth Chat example published on Google.
问题是,蓝牙连接失败。我将我的机器人通过SPP蓝牙接入点 - 串行端口配置文件)。为什么连接失败的原因尚不清楚我。我看到下面的日志:
The problem is that bluetooth connection fails.I connect my Android with Bluetooth access point via SPP - serial port profile).The reasons why the connection fails are not clear for me.I see the following in logs:
10-09 18:52:35.989: ERROR/BluetoothEventLoop.cpp(162): event_filter: Received signal org.bluez.Device:PropertyChanged from /org/bluez/18286/hci0/dev_00_1A_7D_0A_B7_5F
10-09 18:58:35.239: ERROR/(18269): ****************search UUID = 1101***********
10-09 18:58:35.489: ERROR/BluetoothEventLoop.cpp(162): event_filter: Received signal org.bluez.Device:PropertyChanged from /org/bluez/18286/hci0/dev_00_1A_7D_0A_B7_5F
10-09 18:58:35.529: ERROR/BluetoothEventLoop.cpp(162): event_filter: Received signal org.bluez.Device:PropertyChanged from /org/bluez/18286/hci0/dev_00_1A_7D_0A_B7_5F
10-09 18:58:35.669: ERROR/BLZ20_WRAPPER(20769): ##### ERROR : btlif_process_con_rsp: no bt sock found, scn 1#####
任何帮助是AP preciable
Any help is appreciable
推荐答案
我觉得你用错误的UUID
UUID应该是00001101-0000-1000-8000-00805f9b34fb
I think you using wrong UUID
UUID should be 00001101-0000-1000-8000-00805f9b34fb
如果UUID是错的不能连接。
If UUID is wrong not able to connect.
这篇关于Android的蓝牙连接失败(错误:未找到BT袜子,SCN 1)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!