I am looking for discussion on how to implement Bluetooth technology in C/C++ code.
My main concern is toi do this reliably and repeatedly.
I am basically using very old HCI approach, implementing "bluez" "library" .
The code works, despite lack of documentation of "bluez library".
My "in words" question is
How does "local Bluetooth adapter " implements / enables "scan" for remote Bluetooth device ,
how is "paring" and "connect" used dur9ing this process.]
The answer must be in "bluez" library , however I am unable to "step thru " its code - too convoluted and
not documented.
( I will post the link to C code when it became beneficial for detailed discussion )
My secondary concern is
how to analyze and then implement
"replacing USB serial cable " witht Bluetooth technology / connecti0on?
Let's see how the forum sill respond and then I could give details for the secondary issue.