您的位置:首页 > 产品设计 > UI/UE

wince下建立bluetooth连接的方法

2006-07-24 18:16 274 查看
To enable communication between two Bluetooth devices, you can create a connection by creating client and server sockets. The Bluetooth server socket must be configured to listen for incoming connection and accept a client socket. The Bluetooth client socket must know the address of the Bluetooth device to connect to, before it sends a connection request.

Microsoft® Windows® CE implementation of Bluetooth allows you to create a piconet. As per the Bluetooth specification, a master device can connect with seven active slave devices. For more information about piconet, see the Bluetooth Core Specification at this Official Bluetooth Wireless Info Web site.

You can also create a connection by using the COM Port emulator facility that ships with Microsoft Windows CE. For more information about using this facility to create connections, see Creating a Connection to a Remote Device Using a Virtual COM Port.

wince只实现了蓝牙协议中的rfcomm部分,好像只能创建基于rfcomm的连接.
本段阐述了在wince下建立蓝牙连接的两种方式.一种是通过winsock建立socket连接,另一个方式是用蓝牙虚拟的串口建立com口的连接,其实两种方法都是基于rfcomm协议层的实现.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: