Bluetooth Profiles

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
I would like to provide a framework which consists of the implementation of
all Bluetooth Profiles in .NET.
How can i write this?
 
You can realistically only work with profiles which are above the RFComm
stack layer from managed code. To get lower level access to the stack you'll
need to be writing in native code. This may provide you with a good starting
point = http://32feet.net as it implements basic RFComm connections and
ObjectPush, additional RFComm based profiles can be implemented if you
follow the specifications available at www.bluetooth.org

Peter
 
Back
Top