我用的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
以上都是一些很好的例子。