通过蓝牙连接android和linux

时间:2013-09-06 12:45:21

标签: android linux bluetooth rfcomm

我已经制作了一个应用程序android,需要连接到嵌入式linux系统,使用rfcomm通过蓝牙与应用程序连接。更具体地说,appa andorid是服务器蓝牙,嵌入式linux是客户端。我试图连接他们,但当我执行rfcomm连接rfcomm0时,结果是连接被拒绝。我的rfcomm.conf文件是
我使用sdptool浏览器来了解频道。

  

RFCOMM配置文件。

     

     

rfcomm0 {     #启动时自动绑定设备     绑定否;

># Bluetooth address of the device
>device     00:18:30:9C:32:E3;

># RFCOMM channel for the connection
>channel    6;
  

#连接描述     评论“示例蓝牙设备”;   }

但是当我执行rfcomm连接rfcomm0时,结果是 连接被拒绝

任何建议?

0 个答案:

没有答案