*Reported by anonymous on 2008-07-27 05:44 UTC
I want to use the library with RFCOMM (serial over bluetooth).
In that case, a C file descriptor is provided to communicate with the device.
There is a really simple example on this page:
http://people.csail.mit.edu/albert/bluez-intro/x502.html
(see the example 4-3 for instance).
Would it be possible to add a constructor to LibSerialStream to be able to construct the object from a file descriptor?
Thanks.