I would like to know what is the way to turn on and off bluetooth visibility in c in a FreeBSD system (netgraph), i.e. without using 3rd party APIs and without having to run user space executables from within my program. The solution that i'm asking for, ideally, would involve only kernel system calls and (if needed) official userspace libraries from the FreeBSD project.
Asked
Active
Viewed 165 times
1
-
This might answer your question https://stackoverflow.com/questions/11408609/linux-bluetooth-programming-in-c – Tarek Dakhran Feb 15 '20 at 11:52
-
Perhaps in [the Handbook](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bluetooth.html) has some info. – Rob Feb 16 '20 at 10:57
-
@Rob I should have specified that I would not ask on stackoverflow without having read the mighty Handbook and extensive research on Google. – Giovanni Vergine Feb 19 '20 at 16:38