Call for discussion / opinions about "system call"
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am definitely running in circles trying to implement very basic Bluetooth functions. For example - list all Bluetooth adapters attached to (my) PC. Do actual scan for "nearby Bluetooth devices". NOT just read what OS detected and copy such data to my app. I almost always end up with using "system call" with appropriate command -thus bypassing many of so called "Bluetooth libraries " or even classes. Most of them are based on commands I can use directly. I am not looking for anything "cool" etc - just want my code to work - sort of KISS fashion. Is that kosher ?