Bluetooth - dead end again...
-
I have reached another dead end in my Bluetooth programming... without getting into details - task works fine when performed in Linux terminal , but fails to connect when run in C++ code. After RTFM I found "the error source" in "bluez " library, burred in few layers of undocumented code ... So I am going back to "level" where I can control the usage of "bluez" library... That means to go back to https://people.csail.mit.edu/albert/bluez-intro/c404.html[^] My question to the forum - is there a C++ version of the above? ( I asked Mrs Google...) Yes, the foundation would still be "bluez" library...but if I can manage to convert the above to C++ it my be "some " progress. Thanks very much for any constructive help.
-
I have reached another dead end in my Bluetooth programming... without getting into details - task works fine when performed in Linux terminal , but fails to connect when run in C++ code. After RTFM I found "the error source" in "bluez " library, burred in few layers of undocumented code ... So I am going back to "level" where I can control the usage of "bluez" library... That means to go back to https://people.csail.mit.edu/albert/bluez-intro/c404.html[^] My question to the forum - is there a C++ version of the above? ( I asked Mrs Google...) Yes, the foundation would still be "bluez" library...but if I can manage to convert the above to C++ it my be "some " progress. Thanks very much for any constructive help.
-
Is this of any help? Open Bluetooth Toolbox · GitHub[^]