首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Windows Mobile >

蓝牙接收有关问题

2012-01-30 
蓝牙接收问题?我用的mobile 5.0系统手机,想做蓝牙接收端程序。但是现在其他手机通过蓝牙发送数据,我的手机

蓝牙接收问题?
我用的mobile 5.0系统手机,想做蓝牙接收端程序。但是现在其他手机通过蓝牙发送数据,我的手机自动接收。我想不让手机自动接收,想自己做个程序接收应该怎么做!请各位大侠指教!!!

[解决办法]
从如下的sdk中去获得灵感吧:

Provides an implementation of simple Bluetooth device discovery via the Winsock 2 API.

Folder : \PocketPC\CPP\win32\Bluetooth\btsearch


Demonstrates how to create peer-to-peer communications between two devices using Bluetooth wireless technology.

Folder : \PocketPC\CPP\win32\Bluetooth\BthChat


Demonstrates how to use the Windows Embedded Source Tools for Bluetooth Technology.
Folder: \Common\CS\Bluetooth\SpaceWar2D

以上都是一些很好的例子。

  

热点排行