New Bluetooth Profile
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, I'm developing an application that needs a new bluetooth profile, so I have to modify the Bluetooth stack to fit my requeriments. The stack should be something like this http://www.musenka.com/info/doc/MDP(MedicalDevicesProfile).pdf[^]. But I really don't know how to begin. I don't know if there is an open implementation of the BT stack that I can modify... Or if there is a way to use other stacks parts... I'm writing this in C# forum because my app is in C# but I suppose the stack changes and everything will be in C++. Any help would be appreciate :doh: Thanks in advance Kind regards