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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top