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 开发者_C百科mobiles automatically. Note:The search should update every 2 Minutes including Manual device search strategies !
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.
精彩评论