tags:

views:

93

answers:

1

Hi im new to blutooth development environment in C#.Net Actually my project is a C# application which should automatically search bluetooth Mobiles via my pc 's blutooth device and send a specific file to the searched mobiles automatically. Note:The search should update every 2 Minutes including Manual device search strategies !

+1  A: 

My library 32feet.NET should be useful...

Device Discovery can be done with BluetoothClient.DiscoverDevices, and sending a file should normally be done with ObexWebRequest, see the User Guide for more info.

alanjmcf