当前位置: 代码迷 >> Windows Mobile >> 蓝牙接收有关问题
  详细解决方案

蓝牙接收有关问题

热度:37   发布时间:2016-04-25 07:51:54.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

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

  
  相关解决方案